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

Function cleanCallback

deprecated/node-binance-api.js:4986–4986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4984 if (Binance.options.reconnect) futuresAggTradeStream(symbols, callback);
4985 };
4986 let subscription, cleanCallback = data => callback(fAggTradeConvertData(data));
4987 if (Array.isArray(symbols)) {
4988 if (!isArrayUnique(symbols)) throw Error('futuresAggTradeStream: "symbols" cannot contain duplicate elements.');
4989 let streams = symbols.map(symbol => symbol.toLowerCase() + '@aggTrade');

Callers

nothing calls this directly

Calls 2

fAggTradeConvertDataFunction · 0.85
dAggTradeConvertDataFunction · 0.85

Tested by

no test coverage detected