public class OrderParameter extends Object implements Serializable
| 构造器和说明 |
|---|
OrderParameter() |
public Long getId()
public void setId(Long id)
public Integer getOrderId()
public void setOrderId(Integer orderId)
public String getAccount()
public void setAccount(String account)
public String getSymbol()
public void setSymbol(String symbol)
public SecType getSecType()
public void setSecType(SecType secType)
public ActionType getAction()
public void setAction(ActionType action)
public Currency getCurrency()
public void setCurrency(Currency currency)
public Long getTotalQuantity()
public void setTotalQuantity(Long totalQuantity)
public Integer getTotalQuantityScale()
public void setTotalQuantityScale(Integer totalQuantityScale)
public Double getCashAmount()
public void setCashAmount(Double cashAmount)
public TimeInForce getTimeInForce()
public void setTimeInForce(TimeInForce timeInForce)
public Long getExpireTime()
public void setExpireTime(Long expireTime)
public Double getLimitPrice()
public void setLimitPrice(Double limitPrice)
public Double getAdjustLimit()
public void setAdjustLimit(Double adjustLimit)
public Double getAuxPrice()
public void setAuxPrice(Double auxPrice)
public Double getTrailingPercent()
public void setTrailingPercent(Double trailingPercent)
public Boolean isOutsideRth()
public void setOutsideRth(Boolean outsideRth)
public TradingSessionType getTradingSessionType()
public void setTradingSessionType(TradingSessionType tradingSessionType)
public OrderType getOrderType()
public void setOrderType(OrderType orderType)
public String getMarket()
public void setMarket(String market)
public String getExchange()
public void setExchange(String exchange)
public String getExpiry()
public void setExpiry(String expiry)
public String getStrike()
public void setStrike(String strike)
public String getRight()
public void setRight(String right)
public Float getMultiplier()
public void setMultiplier(Float multiplier)
public String getLocalSymbol()
public void setLocalSymbol(String localSymbol)
public String getAlgoStrategy()
public void setAlgoStrategy(String algoStrategy)
public String getSource()
public void setSource(String source)
public String getUserMark()
public void setUserMark(String userMark)
public void setAttachType(AttachType attachType)
public void setProfitTakerOrderId(Integer profitTakerOrderId)
public void setProfitTakerPrice(Double profitTakerPrice)
public void setProfitTakerTif(TimeInForce profitTakerTif)
public void setProfitTakerRth(Boolean profitTakerRth)
public void setStopLossOrderId(Integer stopLossOrderId)
public void setStopLossPrice(Double stopLossPrice)
public void setStopLossTif(TimeInForce stopLossTif)
public AttachType getAttachType()
public Integer getProfitTakerOrderId()
public Double getProfitTakerPrice()
public TimeInForce getProfitTakerTif()
public Boolean isProfitTakerRth()
public Integer getStopLossOrderId()
public Double getStopLossPrice()
public TimeInForce getStopLossTif()
public OrderType getStopLossOrderType()
public void setStopLossOrderType(OrderType stopLossOrderType)
public Double getStopLossLimitPrice()
public void setStopLossLimitPrice(Double stopLossLimitPrice)
public Double getStopLossTrailingPercent()
public void setStopLossTrailingPercent(Double stopLossTrailingPercent)
public Double getStopLossTrailingAmount()
public void setStopLossTrailingAmount(Double stopLossTrailingAmount)
public String getSecretKey()
public void setSecretKey(String secretKey)
public List<OrderParameter> getOcaOrders()
public void setOcaOrders(List<OrderParameter> ocaOrders)
public String getLang()
public void setLang(String lang)
Copyright © 2025. All rights reserved.