MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / cleanCallback

Method cleanCallback

src/node-binance-api.ts:5709–5709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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');

Callers

nothing calls this directly

Calls 2

fAggTradeConvertDataMethod · 0.95
dAggTradeConvertDataMethod · 0.95

Tested by

no test coverage detected