Uses of Enum Class
org.knowm.xchange.bitcoinde.v4.dto.BitcoindeAccountLedgerType
Packages that use BitcoindeAccountLedgerType
Package
Description
-
Uses of BitcoindeAccountLedgerType in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 with parameters of type BitcoindeAccountLedgerTypeModifier and TypeMethodDescriptionstatic FundingRecord.TypeBitcoindeAdapters.adaptFundingRecordType(BitcoindeAccountLedgerType type) -
Uses of BitcoindeAccountLedgerType in org.knowm.xchange.bitcoinde.v4.dto
Methods in org.knowm.xchange.bitcoinde.v4.dto that return BitcoindeAccountLedgerTypeModifier and TypeMethodDescriptionstatic BitcoindeAccountLedgerTypeReturns the enum constant of this class with the specified name.static BitcoindeAccountLedgerType[]BitcoindeAccountLedgerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BitcoindeAccountLedgerType in org.knowm.xchange.bitcoinde.v4.dto.account
Constructors in org.knowm.xchange.bitcoinde.v4.dto.account with parameters of type BitcoindeAccountLedgerTypeModifierConstructorDescriptionBitcoindeAccountLedger(Date date, BitcoindeAccountLedgerType type, String reference, BigDecimal cashflow, BigDecimal balance, BitcoindeAccountLedger.BitcoindeAccountLedgerTrade trade) -
Uses of BitcoindeAccountLedgerType in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service with parameters of type BitcoindeAccountLedgerTypeModifier and TypeMethodDescriptionBitcoindeAccountServiceRaw.getAccountLedger(Currency currency, BitcoindeAccountLedgerType type, Date start, Date end, Integer page) Calls the API function Bitcoinde.getAccountLedger().Constructors in org.knowm.xchange.bitcoinde.v4.service with parameters of type BitcoindeAccountLedgerTypeModifierConstructorDescriptionBitcoindeFundingHistoryParams(Currency currency, BitcoindeAccountLedgerType customType, Date startTime, Date endTime, Integer pageNumber)