Uses of Enum
org.knowm.xchange.bitflyer.dto.trade.BitflyerChildOrderType
Packages that use BitflyerChildOrderType
-
Uses of BitflyerChildOrderType in org.knowm.xchange.bitflyer.dto.trade
Methods in org.knowm.xchange.bitflyer.dto.trade that return BitflyerChildOrderTypeModifier and TypeMethodDescriptionBitflyerChildOrder.getChildOrderType()
static BitflyerChildOrderType
Returns the enum constant of this type with the specified name.static BitflyerChildOrderType[]
BitflyerChildOrderType.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 BitflyerChildOrderTypeModifier and TypeMethodDescriptionvoid
BitflyerChildOrder.setChildOrderType
(BitflyerChildOrderType childOrderType) BitflyerChildOrder.BitflyerChildOrderBuilder.withChildOrderType
(BitflyerChildOrderType childOrderType) Constructors in org.knowm.xchange.bitflyer.dto.trade with parameters of type BitflyerChildOrderTypeModifierConstructorDescriptionBitflyerChildOrder
(String productCode, BitflyerChildOrderType childOrderType, BitflyerSide side, BigDecimal price, BigDecimal size, Long minuteToExpire, BitflyerTimeInForce timeInForce)