Class BitflyerChildOrder.BitflyerChildOrderBuilder
java.lang.Object
org.knowm.xchange.bitflyer.dto.trade.BitflyerChildOrder.BitflyerChildOrderBuilder
- Enclosing class:
BitflyerChildOrder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithChildOrderType
(BitflyerChildOrderType childOrderType) withMinuteToExpire
(Long minuteToExpire) withPrice
(BigDecimal price) withProductCode
(CurrencyPair currencyPair) withSide
(Order.OrderType orderType) withSize
(BigDecimal size) withTimeInForce
(BitflyerTimeInForce timeInForce)
-
Constructor Details
-
BitflyerChildOrderBuilder
public BitflyerChildOrderBuilder()
-
-
Method Details
-
withProductCode
-
withChildOrderType
public BitflyerChildOrder.BitflyerChildOrderBuilder withChildOrderType(BitflyerChildOrderType childOrderType) -
withSide
-
withPrice
-
withSize
-
withMinuteToExpire
-
withTimeInForce
public BitflyerChildOrder.BitflyerChildOrderBuilder withTimeInForce(BitflyerTimeInForce timeInForce) -
buildOrder
-