Class BitflyerParentOrder
java.lang.Object
org.knowm.xchange.bitflyer.dto.trade.BitflyerParentOrder
public class BitflyerParentOrder extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitflyerParentOrder.BitflyerParentOrderBuilder
-
Constructor Summary
Constructors Constructor Description BitflyerParentOrder(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters)
-
Method Summary
Modifier and Type Method Description Long
getMinuteToExpire()
static BitflyerParentOrder.BitflyerParentOrderBuilder
getOrderBuilder()
BitflyerOrderMethod
getOrderMethod()
List<BitflyerParentOrderParameter>
getParameters()
BitflyerTimeInForce
getTimeInForce()
void
setMinuteToExpire(Long minuteToExpire)
void
setOrderMethod(BitflyerOrderMethod orderMethod)
void
setParameters(List<BitflyerParentOrderParameter> parameters)
void
setTimeInForce(BitflyerTimeInForce timeInForce)
String
toString()
-
Constructor Details
-
BitflyerParentOrder
public BitflyerParentOrder(BitflyerOrderMethod orderMethod, Long minuteToExpire, BitflyerTimeInForce timeInForce, List<BitflyerParentOrderParameter> parameters)
-
-
Method Details