public class TradeOrderModel extends ApiModel
| 构造器和说明 |
|---|
TradeOrderModel() |
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 getSecretKey()
public void setSecretKey(String secretKey)
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 OrderType getOrderType()
public void setOrderType(OrderType orderType)
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 getOutsideRth()
public void setOutsideRth(Boolean outsideRth)
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 AttachType getAttachType()
public void setAttachType(AttachType attachType)
public Integer getProfitTakerOrderId()
public void setProfitTakerOrderId(Integer profitTakerOrderId)
public Double getProfitTakerPrice()
public void setProfitTakerPrice(Double profitTakerPrice)
public TimeInForce getProfitTakerTif()
public void setProfitTakerTif(TimeInForce profitTakerTif)
public Boolean getProfitTakerRth()
public void setProfitTakerRth(Boolean profitTakerRth)
public Integer getStopLossOrderId()
public void setStopLossOrderId(Integer stopLossOrderId)
public Double getStopLossPrice()
public void setStopLossPrice(Double stopLossPrice)
public Double getStopLossLimitPrice()
public void setStopLossLimitPrice(Double stopLossLimitPrice)
public TimeInForce getStopLossTif()
public void setStopLossTif(TimeInForce stopLossTif)
Copyright © 2022. All rights reserved.