Uses of Enum
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 LedgerType
LedgerType.fromString
(String ledgerTypeString) KrakenLedger.getLedgerType()
static LedgerType
Returns the enum constant of this type with the specified name.static LedgerType[]
LedgerType.values()
Returns an array containing the constants of this enum type, 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.