Uses of Class
org.knowm.xchange.bitfinex.v2.dto.trade.Trade
-
Packages that use Trade Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of Trade in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type Trade Modifier and Type Method Description List<Trade>BitfinexTradeServiceRaw. getBitfinexTradesV2(String symbol, Long startTimeMillis, Long endTimeMillis, Long limit, Long sort)Method parameters in org.knowm.xchange.bitfinex.service with type arguments of type Trade Modifier and Type Method Description static UserTradesBitfinexAdapters. adaptTradeHistoryV2(List<Trade> trades) -
Uses of Trade in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type Trade Modifier and Type Method Description List<Trade>BitfinexAuthenticated. getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Long limit, Long sort, EmptyRequest empty)https://docs.bitfinex.com/v2/reference#rest-auth-trades-histList<Trade>BitfinexAuthenticated. getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long startTimeMillis, Long endTimeMillis, Long limit, Long sort, EmptyRequest empty)
-