Package | Description |
---|---|
com.xeiam.xchange.bitso.dto.trade |
Modifier and Type | Method and Description |
---|---|
BitsoUserTransaction.TransactionType |
BitsoUserTransaction.getType() |
static BitsoUserTransaction.TransactionType |
BitsoUserTransaction.TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitsoUserTransaction.TransactionType[] |
BitsoUserTransaction.TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BitsoUserTransaction(String datetime,
long id,
String order_id,
BitsoUserTransaction.TransactionType type,
BigDecimal mxn,
BigDecimal btc,
BigDecimal rate,
BigDecimal fee)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.