Class BitflyerParentOrder
java.lang.Object
org.knowm.xchange.bitflyer.dto.trade.BitflyerParentOrder
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBitflyerParentOrder
(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMinuteToExpire
(Long minuteToExpire) void
setOrderMethod
(BitflyerOrderMethod orderMethod) void
setParameters
(List<BitflyerParentOrderParameter> parameters) void
setTimeInForce
(BitflyerTimeInForce timeInForce) toString()
-
Constructor Details
-
BitflyerParentOrder
public BitflyerParentOrder(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters)
-
-
Method Details