public class QuoineNewOrderRequest extends Object
Constructor and Description |
---|
QuoineNewOrderRequest(String orderType,
String currencyPairCode,
String side,
BigDecimal quantity,
BigDecimal price)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCurrencyPairCode() |
String |
getOrderType() |
BigDecimal |
getPrice() |
String |
getProductCode() |
BigDecimal |
getQuantity() |
String |
getSide() |
String |
toString() |
public QuoineNewOrderRequest(String orderType, String currencyPairCode, String side, BigDecimal quantity, BigDecimal price)
orderType
- currencyPairCode
- side
- quantity
- price
- public String getOrderType()
public String getProductCode()
public String getCurrencyPairCode()
public String getSide()
public BigDecimal getQuantity()
public BigDecimal getPrice()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.