public interface QuoteDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11; |
double |
getAskPrice()
required when type is 'BBO'
optional double askPrice = 17; |
long |
getAskSize()
required when type is 'BBO'
optional sint64 askSize = 18; |
long |
getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
double |
getAvgPrice()
Options data not support
optional double avgPrice = 5; |
double |
getBidPrice()
required when type is 'BBO'
optional double bidPrice = 20; |
long |
getBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21; |
long |
getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
double |
getHigh()
required when symbol in HK market
optional double high = 13; |
String |
getHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
com.google.protobuf.ByteString |
getHourTradingTagBytes()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
String |
getIdentifier()
only Options support
optional string identifier = 23; |
com.google.protobuf.ByteString |
getIdentifierBytes()
only Options support
optional string identifier = 23; |
double |
getLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6; |
long |
getLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
String |
getLatestTime()
required when type is 'BASIC'
optional string latestTime = 8; |
com.google.protobuf.ByteString |
getLatestTimeBytes()
required when type is 'BASIC'
optional string latestTime = 8; |
double |
getLow()
required when symbol in HK market
optional double low = 14; |
String |
getMarketStatus()
optional string marketStatus = 16; |
com.google.protobuf.ByteString |
getMarketStatusBytes()
optional string marketStatus = 16; |
QuoteData.Minute |
getMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
float |
getMinTick()
min tick, only Futures support
optional float minTick = 27; |
QuoteData.MinuteOrBuilder |
getMiOrBuilder()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
double |
getOpen()
required when symbol in HK market
optional double open = 12; |
long |
getOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
double |
getPreClose()
required when type is 'BASIC'
optional double preClose = 9; |
double |
getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26; |
long |
getServerTimestamp()
optional uint64 serverTimestamp = 4; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTimestamp()
uint64 timestamp = 3; |
long |
getTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25; |
SocketCommon.QuoteType |
getType()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
int |
getTypeValue()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
long |
getVolume()
required when type is 'BASIC'
optional sint64 volume = 10; |
boolean |
hasAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11; |
boolean |
hasAskPrice()
required when type is 'BBO'
optional double askPrice = 17; |
boolean |
hasAskSize()
required when type is 'BBO'
optional sint64 askSize = 18; |
boolean |
hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
boolean |
hasAvgPrice()
Options data not support
optional double avgPrice = 5; |
boolean |
hasBidPrice()
required when type is 'BBO'
optional double bidPrice = 20; |
boolean |
hasBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21; |
boolean |
hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
boolean |
hasHigh()
required when symbol in HK market
optional double high = 13; |
boolean |
hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
boolean |
hasIdentifier()
only Options support
optional string identifier = 23; |
boolean |
hasLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6; |
boolean |
hasLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
boolean |
hasLatestTime()
required when type is 'BASIC'
optional string latestTime = 8; |
boolean |
hasLow()
required when symbol in HK market
optional double low = 14; |
boolean |
hasMarketStatus()
optional string marketStatus = 16; |
boolean |
hasMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
boolean |
hasMinTick()
min tick, only Futures support
optional float minTick = 27; |
boolean |
hasOpen()
required when symbol in HK market
optional double open = 12; |
boolean |
hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
boolean |
hasPreClose()
required when type is 'BASIC'
optional double preClose = 9; |
boolean |
hasPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26; |
boolean |
hasServerTimestamp()
optional uint64 serverTimestamp = 4; |
boolean |
hasTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25; |
boolean |
hasVolume()
required when type is 'BASIC'
optional sint64 volume = 10; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;int getTypeValue()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;SocketCommon.QuoteType getType()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;long getTimestamp()
uint64 timestamp = 3;boolean hasServerTimestamp()
optional uint64 serverTimestamp = 4;long getServerTimestamp()
optional uint64 serverTimestamp = 4;boolean hasAvgPrice()
Options data not support
optional double avgPrice = 5;double getAvgPrice()
Options data not support
optional double avgPrice = 5;boolean hasLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6;double getLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6;boolean hasLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;long getLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;boolean hasLatestTime()
required when type is 'BASIC'
optional string latestTime = 8;String getLatestTime()
required when type is 'BASIC'
optional string latestTime = 8;com.google.protobuf.ByteString getLatestTimeBytes()
required when type is 'BASIC'
optional string latestTime = 8;boolean hasPreClose()
required when type is 'BASIC'
optional double preClose = 9;double getPreClose()
required when type is 'BASIC'
optional double preClose = 9;boolean hasVolume()
required when type is 'BASIC'
optional sint64 volume = 10;long getVolume()
required when type is 'BASIC'
optional sint64 volume = 10;boolean hasAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11;double getAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11;boolean hasOpen()
required when symbol in HK market
optional double open = 12;double getOpen()
required when symbol in HK market
optional double open = 12;boolean hasHigh()
required when symbol in HK market
optional double high = 13;double getHigh()
required when symbol in HK market
optional double high = 13;boolean hasLow()
required when symbol in HK market
optional double low = 14;double getLow()
required when symbol in HK market
optional double low = 14;boolean hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;String getHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;com.google.protobuf.ByteString getHourTradingTagBytes()
Pre/Post-Mkt
optional string hourTradingTag = 15;boolean hasMarketStatus()
optional string marketStatus = 16;String getMarketStatus()
optional string marketStatus = 16;com.google.protobuf.ByteString getMarketStatusBytes()
optional string marketStatus = 16;boolean hasAskPrice()
required when type is 'BBO'
optional double askPrice = 17;double getAskPrice()
required when type is 'BBO'
optional double askPrice = 17;boolean hasAskSize()
required when type is 'BBO'
optional sint64 askSize = 18;long getAskSize()
required when type is 'BBO'
optional sint64 askSize = 18;boolean hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;long getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;boolean hasBidPrice()
required when type is 'BBO'
optional double bidPrice = 20;double getBidPrice()
required when type is 'BBO'
optional double bidPrice = 20;boolean hasBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21;long getBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21;boolean hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;long getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;boolean hasIdentifier()
only Options support
optional string identifier = 23;String getIdentifier()
only Options support
optional string identifier = 23;com.google.protobuf.ByteString getIdentifierBytes()
only Options support
optional string identifier = 23;boolean hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24;long getOpenInt()
open interest, only Options support
optional sint64 openInt = 24;boolean hasTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;long getTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;boolean hasPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;double getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;boolean hasMinTick()
min tick, only Futures support
optional float minTick = 27;float getMinTick()
min tick, only Futures support
optional float minTick = 27;boolean hasMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;QuoteData.Minute getMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;QuoteData.MinuteOrBuilder getMiOrBuilder()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;Copyright © 2024. All rights reserved.