public class EstimateTradableQuantityRequest extends TigerCommonRequest implements TigerRequest<EstimateTradableQuantityResponse>
apiMethodName, apiModel, apiVersion, bizContent, sign, tigerId, timestamp, V2_0, V3_0getApiMethodName, getApiModel, getApiVersion, getBizContent, getSign, getTigerId, getTimestamp, setApiMethodName, setApiModel, setApiVersion, setBizContent, setSign, setTigerId, setTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApiMethodName, getApiModel, getApiVersion, getTimestamp, setApiModel, setApiVersion, setTimestamppublic static EstimateTradableQuantityRequest newRequest(EstimateTradableQuantityModel model)
public static EstimateTradableQuantityRequest buildRequest(SecType secType, String symbol, ActionType action, OrderType orderType, Double limitPrice, Double stopPrice)
secType - symbol - action - BUY/SELLorderType - limitPrice - Limit price, required when order_type is LMT/STP_LMTstopPrice - Stop price, required when order_type is STP/STP_LMTpublic static EstimateTradableQuantityRequest buildRequest(String account, SecType secType, String symbol, ActionType action, OrderType orderType, Double limitPrice, Double stopPrice)
account - secType - symbol - action - BUY/SELLorderType - limitPrice - Limit price, required when order_type is LMT/STP_LMTstopPrice - Stop price, required when order_type is STP/STP_LMTpublic EstimateTradableQuantityRequest account(String account)
public EstimateTradableQuantityRequest secretKey(String secretKey)
public EstimateTradableQuantityRequest segType(SegmentType segType)
public EstimateTradableQuantityRequest secType(SecType secType)
public EstimateTradableQuantityRequest symbol(String symbol)
public EstimateTradableQuantityRequest expiry(String expiry)
public EstimateTradableQuantityRequest strike(String strike)
public EstimateTradableQuantityRequest right(String right)
public EstimateTradableQuantityRequest action(ActionType action)
public EstimateTradableQuantityRequest orderType(OrderType orderType)
public EstimateTradableQuantityRequest limitPrice(Double limitPrice)
public EstimateTradableQuantityRequest stopPrice(Double stopPrice)
public EstimateTradableQuantityRequest lang(Language lang)
public Class<EstimateTradableQuantityResponse> getResponseClass()
TigerRequestgetResponseClass 在接口中 TigerRequest<EstimateTradableQuantityResponse>Copyright © 2025. All rights reserved.