Package | Description |
---|---|
com.xeiam.xchange.btce.v3.dto.trade |
Modifier and Type | Method and Description |
---|---|
BTCETradeHistoryResult.Type |
BTCETradeHistoryResult.getType() |
static BTCETradeHistoryResult.Type |
BTCETradeHistoryResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTCETradeHistoryResult.Type[] |
BTCETradeHistoryResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BTCETradeHistoryResult(Long timestamp,
int isYourOrder,
BigDecimal rate,
BigDecimal amount,
Long orderId,
BTCETradeHistoryResult.Type type,
String pair)
Constructor
|
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.