Class QuoineOrderResponse
java.lang.Object
org.knowm.xchange.quoine.dto.trade.QuoineOrderResponse
- Author:
- timmolter
-
Constructor Summary
ConstructorsConstructorDescriptionQuoineOrderResponse(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
-
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