Package org.knowm.xchange.cexio.dto
Class CexioCancelReplaceOrderRequest
java.lang.Object
org.knowm.xchange.cexio.dto.CexIORequest
org.knowm.xchange.cexio.dto.CexioCancelReplaceOrderRequest
-
Field Summary
FieldsFields inherited from class org.knowm.xchange.cexio.dto.CexIORequest
key, nonce, signature
-
Constructor Summary
ConstructorsConstructorDescriptionCexioCancelReplaceOrderRequest
(String orderId, String type, BigDecimal amount, BigDecimal price) -
Method Summary
-
Field Details
-
orderId
-
type
-
amount
-
price
-
-
Constructor Details
-
CexioCancelReplaceOrderRequest
public CexioCancelReplaceOrderRequest(String orderId, String type, BigDecimal amount, BigDecimal price)
-