Package | Description |
---|---|
com.xeiam.xchange.kraken.dto.trade |
Modifier and Type | Method and Description |
---|---|
static KrakenOrderStatus |
KrakenOrderStatus.fromString(String orderStatusString) |
KrakenOrderStatus |
KrakenOrder.getStatus() |
static KrakenOrderStatus |
KrakenOrderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrakenOrderStatus[] |
KrakenOrderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
KrakenOrder(String refId,
String userRefId,
KrakenOrderStatus status,
double openTimestamp,
double startTimestamp,
double expireTimestamp,
KrakenOrderDescription orderDescription,
BigDecimal volume,
BigDecimal volumeExecuted,
BigDecimal cost,
BigDecimal fee,
BigDecimal price,
BigDecimal stopPrice,
BigDecimal limitPrice,
String misc,
Set<KrakenOrderFlags> orderFLags,
List<String> tradeIds,
double closeTimestamp,
String closeReason)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.