Uses of Class
org.knowm.xchange.bitflyer.dto.trade.BitflyerTimeInForce
Package | Description |
---|---|
org.knowm.xchange.bitflyer.dto.trade |
-
Uses of BitflyerTimeInForce in org.knowm.xchange.bitflyer.dto.trade
Methods in org.knowm.xchange.bitflyer.dto.trade that return BitflyerTimeInForce Modifier and Type Method Description BitflyerTimeInForce
BitflyerChildOrder. getTimeInForce()
BitflyerTimeInForce
BitflyerParentOrder. getTimeInForce()
static BitflyerTimeInForce
BitflyerTimeInForce. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitflyerTimeInForce[]
BitflyerTimeInForce. 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 BitflyerTimeInForce Modifier and Type Method Description void
BitflyerChildOrder. setTimeInForce(BitflyerTimeInForce timeInForce)
void
BitflyerParentOrder. setTimeInForce(BitflyerTimeInForce timeInForce)
BitflyerChildOrder.BitflyerChildOrderBuilder
BitflyerChildOrder.BitflyerChildOrderBuilder. withTimeInForce(BitflyerTimeInForce timeInForce)
BitflyerParentOrder.BitflyerParentOrderBuilder
BitflyerParentOrder.BitflyerParentOrderBuilder. withTimeInForce(BitflyerTimeInForce timeInForce)
Constructors in org.knowm.xchange.bitflyer.dto.trade with parameters of type BitflyerTimeInForce Constructor Description BitflyerChildOrder(String productCode, BitflyerChildOrderType childOrderType, BitflyerSide side, BigDecimal price, BigDecimal size, Long minuteToExpire, BitflyerTimeInForce timeInForce)
BitflyerParentOrder(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters)