Package | Description |
---|---|
com.xeiam.xchange.cryptsy.dto.account |
Modifier and Type | Method and Description |
---|---|
CryptsyTxn.CryptsyTxnType |
CryptsyTxn.getType() |
static CryptsyTxn.CryptsyTxnType |
CryptsyTxn.CryptsyTxnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptsyTxn.CryptsyTxnType[] |
CryptsyTxn.CryptsyTxnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CryptsyTxn(String currency,
CryptsyTxn.CryptsyTxnType type,
String timeStamp,
String address,
BigDecimal amount,
BigDecimal fee,
String txnId)
Constructor
|
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.