Uses of Class
org.knowm.xchange.bitfinex.v2.dto.account.Movement
-
Packages that use Movement Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of Movement in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type Movement Modifier and Type Method Description List<Movement>
BitfinexAccountServiceRaw. getMovementHistory(String currency, Long startTimeMillis, Long endTimeMillis, Integer limit)
Method parameters in org.knowm.xchange.bitfinex.service with type arguments of type Movement Modifier and Type Method Description static List<FundingRecord>
BitfinexAdapters. adaptFundingHistory(List<Movement> movementHistorys)
-
Uses of Movement in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type Movement Modifier and Type Method Description List<Movement>
BitfinexAuthenticated. getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Integer limit, EmptyRequest empty)
List<Movement>
BitfinexAuthenticated. getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String symbol, Long startTimeMillis, Long endTimeMillis, Integer limit, EmptyRequest empty)
-