| 5707 | }; |
| 5708 | let subscription; |
| 5709 | const cleanCallback = data => callback(this.fAggTradeConvertData(data)); |
| 5710 | if (Array.isArray(symbols)) { |
| 5711 | if (!this.isArrayUnique(symbols)) throw Error('futuresAggTradeStream: "symbols" cannot contain duplicate elements.'); |
| 5712 | const streams = symbols.map(symbol => symbol.toLowerCase() + '@aggTrade'); |
nothing calls this directly
no test coverage detected