public class KrakenOrderDescription extends Object
Constructor and Description |
---|
KrakenOrderDescription(String assetPair,
KrakenType type,
KrakenOrderType orderType,
BigDecimal price,
BigDecimal secondaryPrice,
String leverage,
String positionTxId,
String orderDescription,
String closeDescription)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAssetPair() |
String |
getCloseDescription() |
String |
getLeverage() |
String |
getOrderDescription() |
KrakenOrderType |
getOrderType() |
String |
getPositionTxId() |
BigDecimal |
getPrice() |
BigDecimal |
getSecondaryPrice() |
KrakenType |
getType() |
String |
toString() |
public KrakenOrderDescription(String assetPair, KrakenType type, KrakenOrderType orderType, BigDecimal price, BigDecimal secondaryPrice, String leverage, String positionTxId, String orderDescription, String closeDescription)
assetPair
- type
- orderType
- price
- secondaryPrice
- leverage
- positionTxId
- orderDescription
- closeDescription
- public String getAssetPair()
public KrakenType getType()
public KrakenOrderType getOrderType()
public BigDecimal getPrice()
public BigDecimal getSecondaryPrice()
public String getLeverage()
public String getPositionTxId()
public String getOrderDescription()
public String getCloseDescription()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.