Uses of Enum
org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
Packages that use CoinbaseTransferType
-
Uses of CoinbaseTransferType in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseTransferTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoinbaseAdapters.adaptOrderType
(CoinbaseTransferType transferType) -
Uses of CoinbaseTransferType in org.knowm.xchange.coinbase.dto.trade
Methods in org.knowm.xchange.coinbase.dto.trade that return CoinbaseTransferTypeModifier and TypeMethodDescriptionCoinbaseTransfer.getType()
static CoinbaseTransferType
Returns the enum constant of this type with the specified name.static CoinbaseTransferType[]
CoinbaseTransferType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.coinbase.dto.trade with parameters of type CoinbaseTransferTypeModifierConstructorDescriptionCoinbaseTransfer
(String id, CoinbaseTransferType type, String fundingType, String code, Date createdAt, CoinbaseMoney coinbaseFee, CoinbaseMoney bankFee, Date payoutDate, String transactionId, CoinbaseTransfer.CoinbaseTransferStatus status, CoinbaseMoney btcAmount, CoinbaseMoney subtotal, CoinbaseMoney total, String description, boolean success, List<String> errors)