Class BitflyerChildOrder
java.lang.Object
org.knowm.xchange.bitflyer.dto.trade.BitflyerChildOrder
public class BitflyerChildOrder extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitflyerChildOrder.BitflyerChildOrderBuilder
-
Constructor Summary
Constructors Constructor Description BitflyerChildOrder(String productCode, BitflyerChildOrderType childOrderType, BitflyerSide side, BigDecimal price, BigDecimal size, Long minuteToExpire, BitflyerTimeInForce timeInForce)
-
Method Summary
Modifier and Type Method Description BitflyerChildOrderType
getChildOrderType()
Long
getMinuteToExpire()
static BitflyerChildOrder.BitflyerChildOrderBuilder
getOrderBuilder()
BigDecimal
getPrice()
String
getProductCode()
BitflyerSide
getSide()
BigDecimal
getSize()
BitflyerTimeInForce
getTimeInForce()
void
setChildOrderType(BitflyerChildOrderType childOrderType)
void
setMinuteToExpire(Long minuteToExpire)
void
setPrice(BigDecimal price)
void
setProductCode(String productCode)
void
setSide(BitflyerSide side)
void
setSize(BigDecimal size)
void
setTimeInForce(BitflyerTimeInForce timeInForce)
String
toString()
-
Constructor Details
-
BitflyerChildOrder
public BitflyerChildOrder(String productCode, BitflyerChildOrderType childOrderType, BitflyerSide side, BigDecimal price, BigDecimal size, Long minuteToExpire, BitflyerTimeInForce timeInForce)
-
-
Method Details