Package com.longbridge.trade
Class SubmitAttachedParams
- java.lang.Object
-
- com.longbridge.trade.SubmitAttachedParams
-
public class SubmitAttachedParams extends Object
Attached order parameters for submit order
-
-
Constructor Summary
Constructors Constructor Description SubmitAttachedParams(AttachedOrderType attachedOrderType)
-
Method Summary
-
-
-
Constructor Detail
-
SubmitAttachedParams
public SubmitAttachedParams(AttachedOrderType attachedOrderType)
-
-
Method Detail
-
getAttachedOrderType
public AttachedOrderType getAttachedOrderType()
-
setProfitTakerPrice
public SubmitAttachedParams setProfitTakerPrice(BigDecimal v)
-
getProfitTakerPrice
public BigDecimal getProfitTakerPrice()
-
setStopLossPrice
public SubmitAttachedParams setStopLossPrice(BigDecimal v)
-
getStopLossPrice
public BigDecimal getStopLossPrice()
-
setTimeInForce
public SubmitAttachedParams setTimeInForce(TimeInForceType v)
-
getTimeInForce
public TimeInForceType getTimeInForce()
-
setExpireTime
public SubmitAttachedParams setExpireTime(long v)
-
getExpireTime
public Long getExpireTime()
-
setActivateOrderType
public SubmitAttachedParams setActivateOrderType(OrderType v)
-
getActivateOrderType
public OrderType getActivateOrderType()
-
setProfitTakerSubmitPrice
public SubmitAttachedParams setProfitTakerSubmitPrice(BigDecimal v)
-
getProfitTakerSubmitPrice
public BigDecimal getProfitTakerSubmitPrice()
-
setStopLossSubmitPrice
public SubmitAttachedParams setStopLossSubmitPrice(BigDecimal v)
-
getStopLossSubmitPrice
public BigDecimal getStopLossSubmitPrice()
-
setActivateRth
public SubmitAttachedParams setActivateRth(OutsideRTH v)
-
getActivateRth
public OutsideRTH getActivateRth()
-
-