Uses of Class
org.knowm.xchange.binance.dto.marketdata.BinanceAggTrades
| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.service |
-
Uses of BinanceAggTrades in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return types with arguments of type BinanceAggTrades Modifier and Type Method Description List<BinanceAggTrades>Binance. aggTrades(String symbol, Long fromId, Long startTime, Long endTime, Integer limit) -
Uses of BinanceAggTrades in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type BinanceAggTrades Modifier and Type Method Description List<BinanceAggTrades>BinanceMarketDataServiceRaw. aggTrades(CurrencyPair pair, Long fromId, Long startTime, Long endTime, Integer limit)