Uses of Class
org.knowm.xchange.bitmex.dto.trade.BitmexExecutionInstruction
Package | Description |
---|---|
org.knowm.xchange.bitmex.dto.trade |
-
Uses of BitmexExecutionInstruction in org.knowm.xchange.bitmex.dto.trade
Methods in org.knowm.xchange.bitmex.dto.trade that return BitmexExecutionInstruction Modifier and Type Method Description static BitmexExecutionInstruction
BitmexExecutionInstruction. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitmexExecutionInstruction[]
BitmexExecutionInstruction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bitmex.dto.trade that return types with arguments of type BitmexExecutionInstruction Modifier and Type Method Description List<BitmexExecutionInstruction>
BitmexExecutionInstruction.Builder. build()
List<BitmexExecutionInstruction>
BitmexPlaceOrderParameters. getExecutionInstructions()
Methods in org.knowm.xchange.bitmex.dto.trade with parameters of type BitmexExecutionInstruction Modifier and Type Method Description BitmexPlaceOrderParameters.Builder
BitmexPlaceOrderParameters.Builder. addExecutionInstruction(BitmexExecutionInstruction execInst)
Method parameters in org.knowm.xchange.bitmex.dto.trade with type arguments of type BitmexExecutionInstruction Modifier and Type Method Description BitmexPlaceOrderParameters.Builder
BitmexPlaceOrderParameters.Builder. setExecutionInstructions(List<BitmexExecutionInstruction> executionInstructions)
Constructor parameters in org.knowm.xchange.bitmex.dto.trade with type arguments of type BitmexExecutionInstruction Constructor Description BitmexPlaceOrderParameters(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)