public class QuoteTradeTickRequest extends TigerCommonRequest implements TigerRequest<QuoteTradeTickResponse>
apiMethodName, apiModel, apiVersion, bizContent, sign, tigerId, timestamp, V2_0, V3_0| 构造器和说明 |
|---|
QuoteTradeTickRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<QuoteTradeTickResponse> |
getResponseClass()
get response object's class
|
static QuoteTradeTickRequest |
newRequest(List<String> symbols) |
static QuoteTradeTickRequest |
newRequest(List<String> symbols,
Language lang) |
static QuoteTradeTickRequest |
newRequest(List<String> symbols,
Language lang,
Integer limit) |
static QuoteTradeTickRequest |
newRequest(List<String> symbols,
Long beginIndex,
Long endIndex) |
static QuoteTradeTickRequest |
newRequest(List<String> symbols,
Long beginIndex,
Long endIndex,
Integer limit) |
static QuoteTradeTickRequest |
newRequest(List<String> symbols,
Long beginIndex,
Long endIndex,
Language lang) |
void |
setTradeSession(TradeSession tradeSession) |
getApiMethodName, 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 QuoteTradeTickRequest newRequest(List<String> symbols)
public static QuoteTradeTickRequest newRequest(List<String> symbols, Language lang)
public static QuoteTradeTickRequest newRequest(List<String> symbols, Language lang, Integer limit)
public static QuoteTradeTickRequest newRequest(List<String> symbols, Long beginIndex, Long endIndex)
public static QuoteTradeTickRequest newRequest(List<String> symbols, Long beginIndex, Long endIndex, Integer limit)
public static QuoteTradeTickRequest newRequest(List<String> symbols, Long beginIndex, Long endIndex, Language lang)
public void setTradeSession(TradeSession tradeSession)
public Class<QuoteTradeTickResponse> getResponseClass()
TigerRequestgetResponseClass 在接口中 TigerRequest<QuoteTradeTickResponse>Copyright © 2025. All rights reserved.