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
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 Details
-
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 Details