Uses of Class
org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
-
Packages that use CoinbaseTransferType Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.trade -
-
Uses of CoinbaseTransferType in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseTransferType Modifier and Type Method Description static Order.OrderTypeCoinbaseAdapters. adaptOrderType(CoinbaseTransferType transferType) -
Uses of CoinbaseTransferType in org.knowm.xchange.coinbase.dto.trade
Methods in org.knowm.xchange.coinbase.dto.trade that return CoinbaseTransferType Modifier and Type Method Description CoinbaseTransferTypeCoinbaseTransfer. getType()static CoinbaseTransferTypeCoinbaseTransferType. valueOf(String name)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 CoinbaseTransferType Constructor Description CoinbaseTransfer(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)
-