Uses of Enum
org.knowm.xchange.bitflyer.dto.trade.BitflyerOrderMethod
Packages that use BitflyerOrderMethod
-
Uses of BitflyerOrderMethod in org.knowm.xchange.bitflyer.dto.trade
Methods in org.knowm.xchange.bitflyer.dto.trade that return BitflyerOrderMethodModifier and TypeMethodDescriptionBitflyerParentOrder.getOrderMethod()
static BitflyerOrderMethod
Returns the enum constant of this type with the specified name.static BitflyerOrderMethod[]
BitflyerOrderMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bitflyer.dto.trade with parameters of type BitflyerOrderMethodModifier and TypeMethodDescriptionvoid
BitflyerParentOrder.setOrderMethod
(BitflyerOrderMethod orderMethod) BitflyerParentOrder.BitflyerParentOrderBuilder.withOrderMethod
(BitflyerOrderMethod orderMethod) Constructors in org.knowm.xchange.bitflyer.dto.trade with parameters of type BitflyerOrderMethodModifierConstructorDescriptionBitflyerParentOrder
(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters)