Uses of Enum Class
org.knowm.xchange.kraken.dto.account.LedgerType
Packages that use LedgerType
-
Uses of LedgerType in org.knowm.xchange.kraken.dto.account
Methods in org.knowm.xchange.kraken.dto.account that return LedgerTypeModifier and TypeMethodDescriptionstatic LedgerTypeLedgerType.fromString(String ledgerTypeString) KrakenLedger.getLedgerType()static LedgerTypeReturns the enum constant of this class with the specified name.static LedgerType[]LedgerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.kraken.dto.account with parameters of type LedgerTypeModifierConstructorDescriptionKrakenLedger(String refId, double unixTime, LedgerType ledgerType, String assetClass, String asset, BigDecimal transactionAmount, BigDecimal fee, BigDecimal balance) Constructor -
Uses of LedgerType in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service with parameters of type LedgerTypeModifier and TypeMethodDescriptionKrakenAccountServiceRaw.getKrakenLedgerInfo(LedgerType ledgerType, Date start, Date end, Long offset, Currency... assets) Retrieves all ledger entries between the start date and the end date.KrakenAccountServiceRaw.getKrakenPartialLedgerInfo(LedgerType ledgerType, String startTime, String endTime, Long offset, Currency... assets) Retrieves a fraction of the ledger entries (usually a "page" of 50 entries) between the start date and the end date.