public final class QuoineOrderResponse extends Object
Constructor and Description |
---|
QuoineOrderResponse(String id,
BigDecimal price,
String status,
BigDecimal quantity,
BigDecimal filledQuantity,
String productCode,
String currencyPairCode,
String createdAt,
String updatedAt,
String side,
String orderType,
Object notes,
boolean success)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatedAt() |
String |
getCurrencyPairCode() |
BigDecimal |
getFilledQuantity() |
String |
getId() |
Object |
getNotes() |
String |
getOrderType() |
BigDecimal |
getPrice() |
String |
getProductCode() |
BigDecimal |
getQuantity() |
String |
getSide() |
String |
getStatus() |
String |
getUpdatedAt() |
boolean |
isSuccess() |
String |
toString() |
public QuoineOrderResponse(String id, BigDecimal price, String status, BigDecimal quantity, BigDecimal filledQuantity, String productCode, String currencyPairCode, String createdAt, String updatedAt, String side, String orderType, Object notes, boolean success)
id
- price
- status
- quantity
- filledQuantity
- productCode
- currencyPairCode
- createdAt
- side
- orderType
- notes
- success
- public String getId()
public BigDecimal getPrice()
public String getStatus()
public BigDecimal getQuantity()
public BigDecimal getFilledQuantity()
public String getProductCode()
public String getCurrencyPairCode()
public String getCreatedAt()
public String getUpdatedAt()
public String getSide()
public String getOrderType()
public Object getNotes()
public boolean isSuccess()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.