Class BitflyerParentOrder.BitflyerParentOrderBuilder
java.lang.Object
org.knowm.xchange.bitflyer.dto.trade.BitflyerParentOrder.BitflyerParentOrderBuilder
- Enclosing class:
- BitflyerParentOrder
public static class BitflyerParentOrder.BitflyerParentOrderBuilder extends Object
-
Constructor Summary
Constructors Constructor Description BitflyerParentOrderBuilder()
-
Method Summary
Modifier and Type Method Description BitflyerParentOrder
buildOrder()
BitflyerParentOrder.BitflyerParentOrderBuilder
withMinuteToExpire(Long minuteToExpire)
BitflyerParentOrder.BitflyerParentOrderBuilder
withOrderMethod(BitflyerOrderMethod orderMethod)
BitflyerParentOrder.BitflyerParentOrderBuilder
withParameter(CurrencyPair productCode, BitflyerParentOrderConditionType conditionType, Order.OrderType side, BigDecimal price, BigDecimal triggerPrice, BigDecimal size, BigDecimal offset)
BitflyerParentOrder.BitflyerParentOrderBuilder
withTimeInForce(BitflyerTimeInForce timeInForce)
-
Constructor Details
-
BitflyerParentOrderBuilder
public BitflyerParentOrderBuilder()
-
-
Method Details
-
withOrderMethod
public BitflyerParentOrder.BitflyerParentOrderBuilder withOrderMethod(BitflyerOrderMethod orderMethod) -
withMinuteToExpire
-
withTimeInForce
public BitflyerParentOrder.BitflyerParentOrderBuilder withTimeInForce(BitflyerTimeInForce timeInForce) -
withParameter
public BitflyerParentOrder.BitflyerParentOrderBuilder withParameter(CurrencyPair productCode, BitflyerParentOrderConditionType conditionType, Order.OrderType side, BigDecimal price, BigDecimal triggerPrice, BigDecimal size, BigDecimal offset) -
buildOrder
-