public class VircurexOpenOrder extends Object
Constructor and Description |
---|
VircurexOpenOrder(String orderId,
String orderType,
BigDecimal quantity,
BigDecimal openQuantity,
String baseCurrency,
BigDecimal unitPrice,
String counterCurrency,
String lastChangedDate,
String releaseDate) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseCurrency() |
String |
getCounterCurrency() |
String |
getLastChangedDate() |
BigDecimal |
getOpenQuantity() |
String |
getOrderId() |
String |
getOrderType() |
BigDecimal |
getQuantity() |
String |
getReleaseDate() |
BigDecimal |
getUnitPrice() |
public VircurexOpenOrder(String orderId, String orderType, BigDecimal quantity, BigDecimal openQuantity, String baseCurrency, BigDecimal unitPrice, String counterCurrency, String lastChangedDate, String releaseDate)
public String getBaseCurrency()
public String getCounterCurrency()
public BigDecimal getOpenQuantity()
public BigDecimal getQuantity()
public String getOrderId()
public BigDecimal getUnitPrice()
public String getOrderType()
public String getLastChangedDate()
public String getReleaseDate()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.