Uses of Class
org.knowm.xchange.bitfinex.v2.dto.trade.OrderTrade
-
Packages that use OrderTrade Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of OrderTrade in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type OrderTrade Modifier and Type Method Description List<OrderTrade>
BitfinexTradeServiceRaw. getBitfinexOrderTradesV2(String symbol, Long orderId)
-
Uses of OrderTrade in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type OrderTrade Modifier and Type Method Description List<OrderTrade>
BitfinexAuthenticated. getOrderTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long orderId, EmptyRequest empty)
https://docs.bitfinex.com/reference#rest-auth-order-trades *
-