Class BitmexPlaceOrderParameters
java.lang.Object
org.knowm.xchange.bitmex.dto.trade.BitmexPlaceOrderParameters
See
invalid @link
Bitmex#placeOrder
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Seeinvalid @link
Bitmex#placeOrder
-
Constructor Summary
ConstructorDescriptionBitmexPlaceOrderParameters
(String symbol, BigDecimal orderQuantity, BigDecimal simpleOrderQuantity, BigDecimal displayQuantity, BigDecimal price, BigDecimal stopPrice, BitmexSide side, BitmexOrderType orderType, String clOrdId, List<BitmexExecutionInstruction> executionInstructions, String clOrdLinkId, BitmexContingencyType contingencyType, BigDecimal pegOffsetValue, BitmexPegPriceType pegPriceType, BitmexTimeInForce timeInForce, String text) -
Method Summary
-
Constructor Details
-
BitmexPlaceOrderParameters
public BitmexPlaceOrderParameters(@Nonnull String symbol, @Nullable BigDecimal orderQuantity, @Nullable BigDecimal simpleOrderQuantity, @Nullable BigDecimal displayQuantity, @Nullable BigDecimal price, @Nullable BigDecimal stopPrice, @Nullable BitmexSide side, @Nullable BitmexOrderType orderType, @Nullable String clOrdId, @Nullable List<BitmexExecutionInstruction> executionInstructions, @Nullable String clOrdLinkId, @Nullable BitmexContingencyType contingencyType, @Nullable BigDecimal pegOffsetValue, @Nullable BitmexPegPriceType pegPriceType, @Nullable BitmexTimeInForce timeInForce, @Nullable String text)
-
-
Method Details
-
getSymbol
-
getOrderQuantity
-
getSimpleOrderQuantity
-
getDisplayQuantity
-
getPrice
-
getStopPrice
-
getSide
-
getOrderType
-
getClOrdId
-
getExecutionInstructions
-
getExecutionInstructionsAsParameter
-
getClOrdLinkId
-
getContingencyType
-
getPegOffsetValue
-
getPegPriceType
-
getTimeInForce
-
getText
-
toString
-