Uses of Class
org.knowm.xchange.binance.dto.trade.BinanceTrade
Packages that use BinanceTrade
Package
Description
-
Uses of BinanceTrade in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return types with arguments of type BinanceTradeModifier and TypeMethodDescriptionBinanceFuturesAuthenticated.myFutureTrades
(String symbol, Long orderId, Long startTime, Long endTime, Long fromId, Integer limit, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get trades for a specific account and symbol.BinanceAuthenticated.myTrades
(String symbol, Long orderId, Long startTime, Long endTime, Long fromId, Integer limit, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get trades for a specific account and symbol.Method parameters in org.knowm.xchange.binance with type arguments of type BinanceTradeModifier and TypeMethodDescriptionstatic UserTrades
BinanceAdapters.adaptUserTrades
(List<BinanceTrade> binanceTrades, boolean isFuture) -
Uses of BinanceTrade in org.knowm.xchange.binance.dto.trade
Fields in org.knowm.xchange.binance.dto.trade with type parameters of type BinanceTradeConstructor parameters in org.knowm.xchange.binance.dto.trade with type arguments of type BinanceTradeModifierConstructorDescriptionBinanceNewOrder
(String symbol, long orderId, String clientOrderId, long transactTime, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side, List<BinanceTrade> fills) -
Uses of BinanceTrade in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type BinanceTradeModifier and TypeMethodDescriptionBinanceTradeServiceRaw.myTradesAllProducts
(Instrument pair, Long orderId, Long startTime, Long endTime, Long fromId, Integer limit)