Uses of Class
org.knowm.xchange.bitfinex.v2.dto.account.LedgerEntry
-
Packages that use LedgerEntry Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of LedgerEntry in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type LedgerEntry Modifier and Type Method Description List<LedgerEntry>BitfinexAccountServiceRaw. getLedgerEntries(String currency, Long startTimeMillis, Long endTimeMillis, Long limit) -
Uses of LedgerEntry in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type LedgerEntry Modifier and Type Method Description List<LedgerEntry>BitfinexAuthenticated. getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, Long startTimeMillis, Long endTimeMillis, Long limit, EmptyRequest empty)https://docs.bitfinex.com/reference#rest-auth-ledgersList<LedgerEntry>BitfinexAuthenticated. getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiKey, si.mazi.rescu.ParamsDigest signature, String currency, Long startTimeMillis, Long endTimeMillis, Long limit, EmptyRequest empty)
-