Uses of Enum
org.knowm.xchange.independentreserve.dto.trade.IndependentReserveTransaction.Type
Packages that use IndependentReserveTransaction.Type
Package
Description
-
Uses of IndependentReserveTransaction.Type in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve with parameters of type IndependentReserveTransaction.TypeModifier and TypeMethodDescriptionstatic FundingRecord.Type
IndependentReserveAdapters.adaptTransactionTypeToFundingRecordType
(IndependentReserveTransaction.Type transctionType) -
Uses of IndependentReserveTransaction.Type in org.knowm.xchange.independentreserve.dto.trade
Methods in org.knowm.xchange.independentreserve.dto.trade that return IndependentReserveTransaction.TypeModifier and TypeMethodDescriptionIndependentReserveTransaction.getType()
Returns the enum constant of this type with the specified name.static IndependentReserveTransaction.Type[]
IndependentReserveTransaction.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.independentreserve.dto.trade with parameters of type IndependentReserveTransaction.TypeModifierConstructorDescriptionIndependentReserveTransaction
(BigDecimal balance, String bitcoinTransactionId, String bitcoinTransactionOutputIndex, String ethereumTransactionId, String comment, String createdTimestampUtc, BigDecimal credit, String currencyCode, BigDecimal debit, String settleTimestampUtc, String status, IndependentReserveTransaction.Type type) IndependentReserveTransactionsRequest
(String apiKey, Long nonce, String accountGuid, Date fromTimestampUtc, Date toTimestampUtc, IndependentReserveTransaction.Type[] txTypes, int pageIndex, int pageSize) -
Uses of IndependentReserveTransaction.Type in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that return IndependentReserveTransaction.TypeModifier and TypeMethodDescriptionIndependentReserveAccountService.IndependentReserveTradeHistoryParams.getTransactionTypes()
Methods in org.knowm.xchange.independentreserve.service with parameters of type IndependentReserveTransaction.TypeModifier and TypeMethodDescriptionIndependentReserveTradeServiceRaw.getIndependentReserveTransactions
(String accountGuid, Date fromTimestampUtc, Date toTimestampUtc, IndependentReserveTransaction.Type[] txTypes, int pageIndex) void
IndependentReserveAccountService.IndependentReserveTradeHistoryParams.setTransactionTypes
(IndependentReserveTransaction.Type[] transactionTypes)