public class HitbtcExecutionReport extends Object
Constructor and Description |
---|
HitbtcExecutionReport(String orderId,
String clientOrderId,
String execReportType,
String orderRejectReason,
String symbol,
String side,
long timestamp,
BigDecimal price,
BigDecimal quantity,
String type,
String timeInForce,
BigDecimal lastQuantity,
BigDecimal lastPrice,
BigDecimal leavesQuantity,
BigDecimal cumQuantity,
BigDecimal averagePrice) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAveragePrice() |
String |
getClientOrderId() |
BigDecimal |
getCumQuantity() |
String |
getExecReportType() |
BigDecimal |
getLastPrice() |
BigDecimal |
getLastQuantity() |
BigDecimal |
getLeavesQuantity() |
String |
getOrderId() |
String |
getOrderRejectReason() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
String |
getSide() |
String |
getSymbol() |
String |
getTimeInForce() |
long |
getTimestamp() |
String |
getType() |
String |
toString() |
public HitbtcExecutionReport(String orderId, String clientOrderId, String execReportType, String orderRejectReason, String symbol, String side, long timestamp, BigDecimal price, BigDecimal quantity, String type, String timeInForce, BigDecimal lastQuantity, BigDecimal lastPrice, BigDecimal leavesQuantity, BigDecimal cumQuantity, BigDecimal averagePrice)
public String getOrderId()
public String getClientOrderId()
public String getExecReportType()
public String getOrderRejectReason()
public String getSymbol()
public String getSide()
public long getTimestamp()
public BigDecimal getPrice()
public BigDecimal getQuantity()
public String getType()
public String getTimeInForce()
public BigDecimal getLastQuantity()
public BigDecimal getLastPrice()
public BigDecimal getLeavesQuantity()
public BigDecimal getCumQuantity()
public BigDecimal getAveragePrice()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.