public interface TradeTickDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCond()
The trade condition for irregular transaction.
|
com.google.protobuf.ByteString |
getCondBytes()
The trade condition for irregular transaction.
|
TradeTickData.MergedVol |
getMergedVols(int index)
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
int |
getMergedVolsCount()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
List<TradeTickData.MergedVol> |
getMergedVolsList()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
TradeTickData.MergedVolOrBuilder |
getMergedVolsOrBuilder(int index)
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
List<? extends TradeTickData.MergedVolOrBuilder> |
getMergedVolsOrBuilderList()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14; |
String |
getPartCode(int index)
The market participant reports the transaction,Usually a ~ z characters.
|
com.google.protobuf.ByteString |
getPartCodeBytes(int index)
The market participant reports the transaction,Usually a ~ z characters.
|
int |
getPartCodeCount()
The market participant reports the transaction,Usually a ~ z characters.
|
List<String> |
getPartCodeList()
The market participant reports the transaction,Usually a ~ z characters.
|
long |
getPrice(int index)
The compressed transaction price is restored to the original price: price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8; |
long |
getPriceBase()
int64 priceBase = 5; |
int |
getPriceCount()
The compressed transaction price is restored to the original price: price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8; |
List<Long> |
getPriceList()
The compressed transaction price is restored to the original price: 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()
serial number
int64 sn = 4; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTime(int index)
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
int |
getTimeCount()
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
List<Long> |
getTimeList()
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7; |
long |
getTimestamp()
uint64 timestamp = 12; |
String |
getType()
buy/sell direction.
|
com.google.protobuf.ByteString |
getTypeBytes()
buy/sell direction.
|
long |
getVolume(int index)
volume
repeated int64 volume = 9; |
int |
getVolumeCount()
volume
repeated int64 volume = 9; |
List<Long> |
getVolumeList()
volume
repeated int64 volume = 9; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;String getType()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*).Futures are not supported
string type = 2;com.google.protobuf.ByteString getTypeBytes()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*).Futures are not supported
string type = 2;String getCond()
The trade condition for irregular transaction.(Futures are not supported)
string cond = 3;com.google.protobuf.ByteString getCondBytes()
The trade condition for irregular transaction.(Futures are not supported)
string cond = 3;long getSn()
serial number
int64 sn = 4;long getPriceBase()
int64 priceBase = 5;int getPriceOffset()
int32 priceOffset = 6;List<Long> getTimeList()
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7;int getTimeCount()
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7;long getTime(int index)
The compressed transaction time is restored to the original time: time[i] = time[i] + time[i-1]
repeated int64 time = 7;index - The index of the element to return.List<Long> getPriceList()
The compressed transaction price is restored to the original price: price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;int getPriceCount()
The compressed transaction price is restored to the original price: price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;long getPrice(int index)
The compressed transaction price is restored to the original price: price[i] = (priceBase + price[i]) / 10^priceOffset
repeated int64 price = 8;index - The index of the element to return.List<Long> getVolumeList()
volume
repeated int64 volume = 9;int getVolumeCount()
volume
repeated int64 volume = 9;long getVolume(int index)
volume
repeated int64 volume = 9;index - The index of the element to return.List<String> getPartCodeList()
The market participant reports the transaction,Usually a ~ z characters.(Futures are not supported)
repeated string partCode = 10;int getPartCodeCount()
The market participant reports the transaction,Usually a ~ z characters.(Futures are not supported)
repeated string partCode = 10;String getPartCode(int index)
The market participant reports the transaction,Usually a ~ z characters.(Futures are not supported)
repeated string partCode = 10;index - The index of the element to return.com.google.protobuf.ByteString getPartCodeBytes(int index)
The market participant reports the transaction,Usually a ~ z characters.(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()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;TradeTickData.MergedVol getMergedVols(int index)
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;int getMergedVolsCount()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;List<? extends TradeTickData.MergedVolOrBuilder> getMergedVolsOrBuilderList()
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;TradeTickData.MergedVolOrBuilder getMergedVolsOrBuilder(int index)
Original number of merges(Only futures are supported)
repeated .com.tigerbrokers.stock.openapi.client.socket.data.pb.TradeTickData.MergedVol mergedVols = 14;Copyright © 2025. All rights reserved.