Uses of Class
org.knowm.xchange.bitfinex.v2.dto.account.Movement
Packages that use Movement
-
Uses of Movement in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type MovementModifier and TypeMethodDescriptionBitfinexAccountServiceRaw.getMovementHistory
(String currency, Long startTimeMillis, Long endTimeMillis, Integer limit) Method parameters in org.knowm.xchange.bitfinex.service with type arguments of type MovementModifier and TypeMethodDescriptionstatic 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 MovementModifier and TypeMethodDescriptionBitfinexAuthenticated.getMovementsHistory
(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Integer limit, EmptyRequest empty) 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)