public class EstimateTradableQuantityModel extends ApiModel
| 构造器和说明 |
|---|
EstimateTradableQuantityModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
ActionType |
getAction() |
String |
getExpiry() |
Double |
getLimitPrice() |
OrderType |
getOrderType() |
String |
getRight() |
String |
getSecretKey() |
SecType |
getSecType() |
SegmentType |
getSegType() |
Double |
getStopPrice() |
String |
getStrike() |
String |
getSymbol() |
void |
setAccount(String account) |
void |
setAction(ActionType action) |
void |
setExpiry(String expiry) |
void |
setLimitPrice(Double limitPrice) |
void |
setOrderType(OrderType orderType) |
void |
setRight(String right) |
void |
setSecretKey(String secretKey) |
void |
setSecType(SecType secType) |
void |
setSegType(SegmentType segType) |
void |
setStopPrice(Double stopPrice) |
void |
setStrike(String strike) |
void |
setSymbol(String symbol) |
String |
toString() |
public String getAccount()
getAccount 在类中 ApiModelpublic void setAccount(String account)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getSymbol()
public void setSymbol(String symbol)
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 SegmentType getSegType()
public void setSegType(SegmentType segType)
public SecType getSecType()
public void setSecType(SecType secType)
public ActionType getAction()
public void setAction(ActionType action)
public OrderType getOrderType()
public void setOrderType(OrderType orderType)
public Double getLimitPrice()
public void setLimitPrice(Double limitPrice)
public Double getStopPrice()
public void setStopPrice(Double stopPrice)
Copyright © 2024. All rights reserved.