Uses of Class
org.knowm.xchange.binance.dto.trade.BinanceTrade
| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.service |
-
Uses of BinanceTrade in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return types with arguments of type BinanceTrade Modifier and Type Method Description List<BinanceTrade>BinanceAuthenticated. myTrades(String symbol, Integer limit, Long startTime, Long endTime, Long fromId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) -
Uses of BinanceTrade in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type BinanceTrade Modifier and Type Method Description List<BinanceTrade>BinanceTradeServiceRaw. myTrades(CurrencyPair pair, Integer limit, Long startTime, Long endTime, Long fromId)