Package org.knowm.xchange.cexio.dto
Class CexioPlaceOrderRequest
java.lang.Object
org.knowm.xchange.cexio.dto.CexIORequest
org.knowm.xchange.cexio.dto.CexioPlaceOrderRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigDecimal
final String
final BigDecimal
final CexIOOrder.Type
Fields inherited from class org.knowm.xchange.cexio.dto.CexIORequest
key, nonce, signature
-
Constructor Summary
ConstructorsConstructorDescriptionCexioPlaceOrderRequest
(CexIOOrder.Type type, BigDecimal price, BigDecimal amount, String orderType) -
Method Summary
-
Field Details
-
type
-
price
-
amount
-
order_type
-
-
Constructor Details
-
CexioPlaceOrderRequest
public CexioPlaceOrderRequest(CexIOOrder.Type type, BigDecimal price, BigDecimal amount, String orderType)
-