()
| 290 | } |
| 291 | |
| 292 | getDStreamSingleUrl() { |
| 293 | if (this.Options.demo) return this.dstreamSingleDemo; |
| 294 | if (this.Options.test) return this.dstreamSingleTest; |
| 295 | return this.dstreamSingle; |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Classify a futures stream endpoint into public, market, or private category |
no outgoing calls
no test coverage detected