public interface QuoteBBODataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAskPrice()
double askPrice = 17; |
long |
getAskSize()
sint64 askSize = 18; |
long |
getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
double |
getBidPrice()
double bidPrice = 20; |
long |
getBidSize()
sint64 bidSize = 21; |
long |
getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTimestamp()
uint64 timestamp = 3; |
SocketCommon.QuoteType |
getType()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
int |
getTypeValue()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
boolean |
hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
boolean |
hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;int getTypeValue()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;SocketCommon.QuoteType getType()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;long getTimestamp()
uint64 timestamp = 3;double getAskPrice()
double askPrice = 17;long getAskSize()
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;double getBidPrice()
double bidPrice = 20;long getBidSize()
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;Copyright © 2024. All rights reserved.