Uses of Enum
org.knowm.xchange.bitmex.dto.trade.BitmexPegPriceType
Packages that use BitmexPegPriceType
-
Uses of BitmexPegPriceType in org.knowm.xchange.bitmex.dto.trade
Methods in org.knowm.xchange.bitmex.dto.trade that return BitmexPegPriceTypeModifier and TypeMethodDescriptionBitmexPlaceOrderParameters.getPegPriceType()
static BitmexPegPriceType
Returns the enum constant of this type with the specified name.static BitmexPegPriceType[]
BitmexPegPriceType.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 with parameters of type BitmexPegPriceTypeModifier and TypeMethodDescriptionBitmexPlaceOrderParameters.Builder.setPegPriceType
(BitmexPegPriceType pegPriceType) Constructors in org.knowm.xchange.bitmex.dto.trade with parameters of type BitmexPegPriceTypeModifierConstructorDescriptionBitmexPlaceOrderParameters
(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)