public class HitbtcOrder extends Object
Constructor and Description |
---|
HitbtcOrder(long orderId,
String orderStatus,
long lastTimestamp,
BigDecimal orderPrice,
BigDecimal orderQuantity,
BigDecimal avgPrice,
BigDecimal quantityLeaves,
String type,
String timeInForce,
BigDecimal cumQuantity,
String clientOrderId,
String symbol,
String side,
BigDecimal execQuantity) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAvgPrice() |
String |
getClientOrderId() |
BigDecimal |
getCumQuantity() |
BigDecimal |
getExecQuantity() |
long |
getLastTimestamp() |
long |
getOrderId() |
BigDecimal |
getOrderPrice() |
BigDecimal |
getOrderQuantity() |
String |
getOrderStatus() |
BigDecimal |
getQuantityLeaves() |
String |
getSide() |
String |
getSymbol() |
String |
getTimeInForce() |
String |
getType() |
String |
toString() |
public HitbtcOrder(long orderId, String orderStatus, long lastTimestamp, BigDecimal orderPrice, BigDecimal orderQuantity, BigDecimal avgPrice, BigDecimal quantityLeaves, String type, String timeInForce, BigDecimal cumQuantity, String clientOrderId, String symbol, String side, BigDecimal execQuantity)
public long getOrderId()
public String getOrderStatus()
public long getLastTimestamp()
public BigDecimal getOrderPrice()
public BigDecimal getOrderQuantity()
public BigDecimal getAvgPrice()
public BigDecimal getQuantityLeaves()
public String getType()
public String getTimeInForce()
public BigDecimal getCumQuantity()
public String getClientOrderId()
public String getSymbol()
public String getSide()
public BigDecimal getExecQuantity()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.