public interface TradeTickDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCond()
成交条件(该值为空时表示所有成交都是正常成交)(Futures are not supported)
string cond = 3; |
com.google.protobuf.ByteString |
getCondBytes()
成交条件(该值为空时表示所有成交都是正常成交)(Futures are not supported)
string cond = 3; |
TradeTickData.MergedVol |
getMergedVols(int index)
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
int |
getMergedVolsCount()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
List<TradeTickData.MergedVol> |
getMergedVolsList()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
TradeTickData.MergedVolOrBuilder |
getMergedVolsOrBuilder(int index)
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
List<? extends TradeTickData.MergedVolOrBuilder> |
getMergedVolsOrBuilderList()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
String |
getPartCode(int index)
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10; |
com.google.protobuf.ByteString |
getPartCodeBytes(int index)
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10; |
int |
getPartCodeCount()
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10; |
List<String> |
getPartCodeList()
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10; |
long |
getPrice(int index)
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8; |
long |
getPriceBase()
int64 priceBase = 5; |
int |
getPriceCount()
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8; |
List<Long> |
getPriceList()
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8; |
int |
getPriceOffset()
int32 priceOffset = 6; |
String |
getQuoteLevel()
(Futures are not supported)
string quoteLevel = 11; |
com.google.protobuf.ByteString |
getQuoteLevelBytes()
(Futures are not supported)
string quoteLevel = 11; |
String |
getSecType()
STK Stocks, FUT Futures
string secType = 13; |
com.google.protobuf.ByteString |
getSecTypeBytes()
STK Stocks, FUT Futures
string secType = 13; |
long |
getSn()
首个逐笔对应的序号
int64 sn = 4; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTime(int index)
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
int |
getTimeCount()
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
List<Long> |
getTimeList()
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
long |
getTimestamp()
uint64 timestamp = 12; |
String |
getType()
tick type 逐笔方向(+-* 组成的字符串)(Futures are not supported)
string type = 2; |
com.google.protobuf.ByteString |
getTypeBytes()
tick type 逐笔方向(+-* 组成的字符串)(Futures are not supported)
string type = 2; |
long |
getVolume(int index)
原始的成交量
repeated int64 volume = 9; |
int |
getVolumeCount()
原始的成交量
repeated int64 volume = 9; |
List<Long> |
getVolumeList()
原始的成交量
repeated int64 volume = 9; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;String getType()
tick type 逐笔方向(+-* 组成的字符串)(Futures are not supported)
string type = 2;com.google.protobuf.ByteString getTypeBytes()
tick type 逐笔方向(+-* 组成的字符串)(Futures are not supported)
string type = 2;String getCond()
成交条件(该值为空时表示所有成交都是正常成交)(Futures are not supported)
string cond = 3;com.google.protobuf.ByteString getCondBytes()
成交条件(该值为空时表示所有成交都是正常成交)(Futures are not supported)
string cond = 3;long getSn()
首个逐笔对应的序号
int64 sn = 4;long getPriceBase()
int64 priceBase = 5;int getPriceOffset()
int32 priceOffset = 6;List<Long> getTimeList()
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7;int getTimeCount()
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7;long getTime(int index)
压缩后的成交时间,恢复为原时间信息 time[i] = time[i] + time[i-1]
repeated int64 time = 7;index - The index of the element to return.List<Long> getPriceList()
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;int getPriceCount()
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;long getPrice(int index)
压缩后的成交价格,恢复为原始价格信息 price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;index - The index of the element to return.List<Long> getVolumeList()
原始的成交量
repeated int64 volume = 9;int getVolumeCount()
原始的成交量
repeated int64 volume = 9;long getVolume(int index)
原始的成交量
repeated int64 volume = 9;index - The index of the element to return.List<String> getPartCodeList()
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10;int getPartCodeCount()
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10;String getPartCode(int index)
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10;index - The index of the element to return.com.google.protobuf.ByteString getPartCodeBytes(int index)
交易所代码,一般是 a ~ z 字符(Futures are not supported)
repeated string partCode = 10;index - The index of the value to return.String getQuoteLevel()
(Futures are not supported)
string quoteLevel = 11;com.google.protobuf.ByteString getQuoteLevelBytes()
(Futures are not supported)
string quoteLevel = 11;long getTimestamp()
uint64 timestamp = 12;String getSecType()
STK Stocks, FUT Futures
string secType = 13;com.google.protobuf.ByteString getSecTypeBytes()
STK Stocks, FUT Futures
string secType = 13;List<TradeTickData.MergedVol> getMergedVolsList()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;TradeTickData.MergedVol getMergedVols(int index)
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;int getMergedVolsCount()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;List<? extends TradeTickData.MergedVolOrBuilder> getMergedVolsOrBuilderList()
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;TradeTickData.MergedVolOrBuilder getMergedVolsOrBuilder(int index)
原始合并次数(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;Copyright © 2024. All rights reserved.