Package | Description |
---|---|
com.xeiam.xchange.kraken | |
com.xeiam.xchange.kraken.dto.marketdata | |
com.xeiam.xchange.kraken.dto.trade |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
KrakenAdapters.adaptOrderType(KrakenType krakenType) |
Modifier and Type | Method and Description |
---|---|
KrakenType |
KrakenPublicTrade.getType() |
Constructor and Description |
---|
KrakenPublicTrade(BigDecimal price,
BigDecimal volume,
double time,
KrakenType type,
KrakenOrderType orderType,
String miscellaneous) |
Modifier and Type | Method and Description |
---|---|
static KrakenType |
KrakenType.fromOrderType(Order.OrderType type) |
static KrakenType |
KrakenType.fromString(String typeString) |
KrakenType |
KrakenTrade.getType() |
KrakenType |
KrakenOpenPosition.getType() |
KrakenType |
KrakenStandardOrder.getType() |
KrakenType |
KrakenStandardOrder.KrakenOrderBuilder.getType() |
KrakenType |
KrakenOrderDescription.getType() |
static KrakenType |
KrakenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrakenType[] |
KrakenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.