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