Package | Description |
---|---|
com.xeiam.xchange.coinbase | |
com.xeiam.xchange.coinbase.dto.trade |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
CoinbaseAdapters.adaptOrderType(CoinbaseTransferType transferType) |
Modifier and Type | Method and Description |
---|---|
CoinbaseTransferType |
CoinbaseTransfer.getType() |
static CoinbaseTransferType |
CoinbaseTransferType.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.
|
Constructor and 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) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.