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 Integer getTotalQuantity()
public void setTotalQuantity(Integer totalQuantity)
public TimeInForce getTimeInForce()
public void setTimeInForce(TimeInForce timeInForce)
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 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 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 String getSecretKey()
public void setSecretKey(String secretKey)
public List<OrderParameter> getOcaOrders()
public void setOcaOrders(List<OrderParameter> ocaOrders)
Copyright © 2022. All rights reserved.