Class QuoineOrderResponse
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.trade.QuoineOrderResponse
-
public final class QuoineOrderResponse extends Object
- Author:
- timmolter
-
-
Constructor Summary
Constructors Constructor 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
QuoineOrderResponse
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)
Constructor- Parameters:
id
-price
-status
-quantity
-filledQuantity
-productCode
-currencyPairCode
-createdAt
-side
-orderType
-notes
-success
-
-
-
Method Detail
-
getId
public String getId()
-
getPrice
public BigDecimal getPrice()
-
getStatus
public String getStatus()
-
getQuantity
public BigDecimal getQuantity()
-
getFilledQuantity
public BigDecimal getFilledQuantity()
-
getProductCode
public String getProductCode()
-
getCurrencyPairCode
public String getCurrencyPairCode()
-
getCreatedAt
public String getCreatedAt()
-
getUpdatedAt
public String getUpdatedAt()
-
getSide
public String getSide()
-
getOrderType
public String getOrderType()
-
getNotes
public Object getNotes()
-
isSuccess
public boolean isSuccess()
-
-