Package | Description |
---|---|
com.xeiam.xchange.kraken.dto.marketdata | |
com.xeiam.xchange.kraken.dto.trade |
Modifier and Type | Method and Description |
---|---|
KrakenOrderType |
KrakenPublicTrade.getOrderType() |
Constructor and Description |
---|
KrakenPublicTrade(BigDecimal price,
BigDecimal volume,
double time,
KrakenType type,
KrakenOrderType orderType,
String miscellaneous) |
Modifier and Type | Method and Description |
---|---|
static KrakenOrderType |
KrakenOrderType.fromString(String orderTypeString) |
KrakenOrderType |
KrakenOrderDescription.getOrderType() |
KrakenOrderType |
KrakenOpenPosition.getOrderType() |
KrakenOrderType |
KrakenStandardOrder.getOrderType() |
KrakenOrderType |
KrakenStandardOrder.KrakenOrderBuilder.getOrderType() |
KrakenOrderType |
KrakenTrade.getOrderType() |
static KrakenOrderType |
KrakenOrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrakenOrderType[] |
KrakenOrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KrakenStandardOrder.KrakenOrderBuilder |
KrakenStandardOrder.KrakenOrderBuilder.withCloseOrder(KrakenOrderType orderType,
String price,
String secondaryPrice) |
Constructor and Description |
---|
KrakenOpenPosition(String orderTxId,
String assetPair,
long tradeUnixTimestamp,
KrakenType type,
KrakenOrderType orderType,
BigDecimal cost,
BigDecimal fee,
BigDecimal volume,
BigDecimal volumeClosed,
BigDecimal margin,
BigDecimal value,
BigDecimal netDifference,
String miscellaneous,
Set<KrakenOrderFlags> orderFlags,
BigDecimal volumeInQuoteCurrency)
Constructor
|
KrakenOrderDescription(String assetPair,
KrakenType type,
KrakenOrderType orderType,
BigDecimal price,
BigDecimal secondaryPrice,
String leverage,
String positionTxId,
String orderDescription,
String closeDescription)
Constructor
|
KrakenTrade(String orderTxId,
String assetPair,
double unixTimestamp,
KrakenType type,
KrakenOrderType orderType,
BigDecimal price,
BigDecimal cost,
BigDecimal fee,
BigDecimal volume,
BigDecimal margin,
String miscellaneous,
String closing,
String positionStatus,
BigDecimal averageClosePrice,
BigDecimal closeCost,
BigDecimal closeFee,
BigDecimal closeVolume,
BigDecimal closeMargin,
BigDecimal netDifference,
List<String> tradeIds)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.