public class KrakenOrder extends Object
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
|
Modifier and Type | Method and Description |
---|---|
String |
getCloseReason() |
double |
getCloseTimestamp() |
BigDecimal |
getCost() |
double |
getExpireTimestamp() |
BigDecimal |
getFee() |
BigDecimal |
getLimitPrice() |
String |
getMiscellaneous() |
double |
getOpenTimestamp() |
KrakenOrderDescription |
getOrderDescription() |
Set<KrakenOrderFlags> |
getOrderFlags() |
BigDecimal |
getPrice() |
String |
getRefId() |
double |
getStartTimestamp() |
KrakenOrderStatus |
getStatus() |
BigDecimal |
getStopPrice() |
List<String> |
getTradeIds() |
String |
getUserRefId() |
BigDecimal |
getVolume() |
BigDecimal |
getVolumeExecuted() |
String |
toString() |
public 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)
refId
- userRefId
- status
- openTimestamp
- startTimestamp
- expireTimestamp
- orderDescription
- volume
- volumeExecuted
- cost
- fee
- price
- stopPrice
- limitPrice
- misc
- orderFLags
- tradeIds
- closeTimestamp
- closeReason
- public KrakenOrderDescription getOrderDescription()
public String getRefId()
public String getUserRefId()
public KrakenOrderStatus getStatus()
public double getOpenTimestamp()
public double getStartTimestamp()
public double getExpireTimestamp()
public BigDecimal getVolume()
public BigDecimal getVolumeExecuted()
public BigDecimal getCost()
public BigDecimal getFee()
public BigDecimal getPrice()
public BigDecimal getStopPrice()
public BigDecimal getLimitPrice()
public String getMiscellaneous()
public Set<KrakenOrderFlags> getOrderFlags()
public double getCloseTimestamp()
public String getCloseReason()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.