Package org.knowm.xchange.cexio.dto
Class CexIOOpenPositionRequest
java.lang.Object
org.knowm.xchange.cexio.dto.CexIORequest
org.knowm.xchange.cexio.dto.CexIOOpenPositionRequest
Author: Andrea Fossi Since: 22/06/18
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigDecimalfinal Booleanfinal BigDecimalfinal Integerfinal Stringfinal CexioPositionTypefinal BigDecimalfinal StringFields inherited from class org.knowm.xchange.cexio.dto.CexIORequest
key, nonce, signature -
Constructor Summary
ConstructorsConstructorDescriptionCexIOOpenPositionRequest(String symbol, BigDecimal amount, String msymbol, Integer leverage, CexioPositionType ptype, Boolean anySlippage, BigDecimal eoprice, BigDecimal stopLossPrice) -
Method Summary
-
Field Details
-
symbol
-
amount
-
msymbol
-
leverage
-
ptype
-
anySlippage
-
eoprice
-
stopLossPrice
-
-
Constructor Details
-
CexIOOpenPositionRequest
public CexIOOpenPositionRequest(String symbol, BigDecimal amount, String msymbol, Integer leverage, CexioPositionType ptype, Boolean anySlippage, BigDecimal eoprice, BigDecimal stopLossPrice)
-