public final class QuoteBasicData extends com.google.protobuf.GeneratedMessageV3 implements QuoteBasicDataOrBuilder
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteBasicData| 限定符和类型 | 类和说明 |
|---|---|
static class |
QuoteBasicData.Builder
Protobuf type
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteBasicData |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AMOUNT_FIELD_NUMBER |
static int |
AVGPRICE_FIELD_NUMBER |
static int |
HIGH_FIELD_NUMBER |
static int |
HOURTRADINGTAG_FIELD_NUMBER |
static int |
IDENTIFIER_FIELD_NUMBER |
static int |
LATESTPRICE_FIELD_NUMBER |
static int |
LATESTPRICETIMESTAMP_FIELD_NUMBER |
static int |
LATESTTIME_FIELD_NUMBER |
static int |
LOW_FIELD_NUMBER |
static int |
MARKETSTATUS_FIELD_NUMBER |
static int |
MI_FIELD_NUMBER |
static int |
MINTICK_FIELD_NUMBER |
static int |
OPEN_FIELD_NUMBER |
static int |
OPENINT_FIELD_NUMBER |
static int |
PRECLOSE_FIELD_NUMBER |
static int |
PRESETTLEMENT_FIELD_NUMBER |
static int |
SERVERTIMESTAMP_FIELD_NUMBER |
static int |
SYMBOL_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TRADETIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VOLUME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
double |
getAmount()
Futures and Options data not support
optional double amount = 11; |
double |
getAvgPrice()
Options data not support
optional double avgPrice = 5; |
static QuoteBasicData |
getDefaultInstance() |
QuoteBasicData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getHigh()
Pre/Post-Mkt data not support
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()
optional double latestPrice = 6; |
long |
getLatestPriceTimestamp()
Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
String |
getLatestTime()
optional string latestTime = 8; |
com.google.protobuf.ByteString |
getLatestTimeBytes()
optional string latestTime = 8; |
double |
getLow()
Pre/Post-Mkt data not support
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()
Pre/Post-Mkt data not support
optional double open = 12; |
long |
getOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
com.google.protobuf.Parser<QuoteBasicData> |
getParserForType() |
double |
getPreClose()
optional double preClose = 9; |
double |
getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26; |
int |
getSerializedSize() |
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()
BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
int |
getTypeValue()
BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getVolume()
optional sint64 volume = 10; |
boolean |
hasAmount()
Futures and Options data not support
optional double amount = 11; |
boolean |
hasAvgPrice()
Options data not support
optional double avgPrice = 5; |
int |
hashCode() |
boolean |
hasHigh()
Pre/Post-Mkt data not support
optional double high = 13; |
boolean |
hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
boolean |
hasIdentifier()
only Options support
optional string identifier = 23; |
boolean |
hasLatestPrice()
optional double latestPrice = 6; |
boolean |
hasLatestPriceTimestamp()
Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
boolean |
hasLatestTime()
optional string latestTime = 8; |
boolean |
hasLow()
Pre/Post-Mkt data not support
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()
Pre/Post-Mkt data not support
optional double open = 12; |
boolean |
hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
boolean |
hasPreClose()
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()
optional sint64 volume = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuoteBasicData.Builder |
newBuilder() |
static QuoteBasicData.Builder |
newBuilder(QuoteBasicData prototype) |
QuoteBasicData.Builder |
newBuilderForType() |
protected QuoteBasicData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static QuoteBasicData |
parseDelimitedFrom(InputStream input) |
static QuoteBasicData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBasicData |
parseFrom(byte[] data) |
static QuoteBasicData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBasicData |
parseFrom(ByteBuffer data) |
static QuoteBasicData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBasicData |
parseFrom(com.google.protobuf.ByteString data) |
static QuoteBasicData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBasicData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuoteBasicData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBasicData |
parseFrom(InputStream input) |
static QuoteBasicData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QuoteBasicData> |
parser() |
QuoteBasicData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SYMBOL_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int SERVERTIMESTAMP_FIELD_NUMBER
public static final int AVGPRICE_FIELD_NUMBER
public static final int LATESTPRICE_FIELD_NUMBER
public static final int LATESTPRICETIMESTAMP_FIELD_NUMBER
public static final int LATESTTIME_FIELD_NUMBER
public static final int PRECLOSE_FIELD_NUMBER
public static final int VOLUME_FIELD_NUMBER
public static final int AMOUNT_FIELD_NUMBER
public static final int OPEN_FIELD_NUMBER
public static final int HIGH_FIELD_NUMBER
public static final int LOW_FIELD_NUMBER
public static final int HOURTRADINGTAG_FIELD_NUMBER
public static final int MARKETSTATUS_FIELD_NUMBER
public static final int IDENTIFIER_FIELD_NUMBER
public static final int OPENINT_FIELD_NUMBER
public static final int TRADETIME_FIELD_NUMBER
public static final int PRESETTLEMENT_FIELD_NUMBER
public static final int MINTICK_FIELD_NUMBER
public static final int MI_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getSymbol()
string symbol = 1;getSymbol 在接口中 QuoteBasicDataOrBuilderpublic com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;getSymbolBytes 在接口中 QuoteBasicDataOrBuilderpublic int getTypeValue()
BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getTypeValue 在接口中 QuoteBasicDataOrBuilderpublic SocketCommon.QuoteType getType()
BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getType 在接口中 QuoteBasicDataOrBuilderpublic long getTimestamp()
uint64 timestamp = 3;getTimestamp 在接口中 QuoteBasicDataOrBuilderpublic boolean hasServerTimestamp()
optional uint64 serverTimestamp = 4;hasServerTimestamp 在接口中 QuoteBasicDataOrBuilderpublic long getServerTimestamp()
optional uint64 serverTimestamp = 4;getServerTimestamp 在接口中 QuoteBasicDataOrBuilderpublic boolean hasAvgPrice()
Options data not support
optional double avgPrice = 5;hasAvgPrice 在接口中 QuoteBasicDataOrBuilderpublic double getAvgPrice()
Options data not support
optional double avgPrice = 5;getAvgPrice 在接口中 QuoteBasicDataOrBuilderpublic boolean hasLatestPrice()
optional double latestPrice = 6;hasLatestPrice 在接口中 QuoteBasicDataOrBuilderpublic double getLatestPrice()
optional double latestPrice = 6;getLatestPrice 在接口中 QuoteBasicDataOrBuilderpublic boolean hasLatestPriceTimestamp()
Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;hasLatestPriceTimestamp 在接口中 QuoteBasicDataOrBuilderpublic long getLatestPriceTimestamp()
Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;getLatestPriceTimestamp 在接口中 QuoteBasicDataOrBuilderpublic boolean hasLatestTime()
optional string latestTime = 8;hasLatestTime 在接口中 QuoteBasicDataOrBuilderpublic String getLatestTime()
optional string latestTime = 8;getLatestTime 在接口中 QuoteBasicDataOrBuilderpublic com.google.protobuf.ByteString getLatestTimeBytes()
optional string latestTime = 8;getLatestTimeBytes 在接口中 QuoteBasicDataOrBuilderpublic boolean hasPreClose()
optional double preClose = 9;hasPreClose 在接口中 QuoteBasicDataOrBuilderpublic double getPreClose()
optional double preClose = 9;getPreClose 在接口中 QuoteBasicDataOrBuilderpublic boolean hasVolume()
optional sint64 volume = 10;hasVolume 在接口中 QuoteBasicDataOrBuilderpublic long getVolume()
optional sint64 volume = 10;getVolume 在接口中 QuoteBasicDataOrBuilderpublic boolean hasAmount()
Futures and Options data not support
optional double amount = 11;hasAmount 在接口中 QuoteBasicDataOrBuilderpublic double getAmount()
Futures and Options data not support
optional double amount = 11;getAmount 在接口中 QuoteBasicDataOrBuilderpublic boolean hasOpen()
Pre/Post-Mkt data not support
optional double open = 12;hasOpen 在接口中 QuoteBasicDataOrBuilderpublic double getOpen()
Pre/Post-Mkt data not support
optional double open = 12;getOpen 在接口中 QuoteBasicDataOrBuilderpublic boolean hasHigh()
Pre/Post-Mkt data not support
optional double high = 13;hasHigh 在接口中 QuoteBasicDataOrBuilderpublic double getHigh()
Pre/Post-Mkt data not support
optional double high = 13;getHigh 在接口中 QuoteBasicDataOrBuilderpublic boolean hasLow()
Pre/Post-Mkt data not support
optional double low = 14;hasLow 在接口中 QuoteBasicDataOrBuilderpublic double getLow()
Pre/Post-Mkt data not support
optional double low = 14;getLow 在接口中 QuoteBasicDataOrBuilderpublic boolean hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;hasHourTradingTag 在接口中 QuoteBasicDataOrBuilderpublic String getHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;getHourTradingTag 在接口中 QuoteBasicDataOrBuilderpublic com.google.protobuf.ByteString getHourTradingTagBytes()
Pre/Post-Mkt
optional string hourTradingTag = 15;getHourTradingTagBytes 在接口中 QuoteBasicDataOrBuilderpublic boolean hasMarketStatus()
optional string marketStatus = 16;hasMarketStatus 在接口中 QuoteBasicDataOrBuilderpublic String getMarketStatus()
optional string marketStatus = 16;getMarketStatus 在接口中 QuoteBasicDataOrBuilderpublic com.google.protobuf.ByteString getMarketStatusBytes()
optional string marketStatus = 16;getMarketStatusBytes 在接口中 QuoteBasicDataOrBuilderpublic boolean hasIdentifier()
only Options support
optional string identifier = 23;hasIdentifier 在接口中 QuoteBasicDataOrBuilderpublic String getIdentifier()
only Options support
optional string identifier = 23;getIdentifier 在接口中 QuoteBasicDataOrBuilderpublic com.google.protobuf.ByteString getIdentifierBytes()
only Options support
optional string identifier = 23;getIdentifierBytes 在接口中 QuoteBasicDataOrBuilderpublic boolean hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24;hasOpenInt 在接口中 QuoteBasicDataOrBuilderpublic long getOpenInt()
open interest, only Options support
optional sint64 openInt = 24;getOpenInt 在接口中 QuoteBasicDataOrBuilderpublic boolean hasTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;hasTradeTime 在接口中 QuoteBasicDataOrBuilderpublic long getTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;getTradeTime 在接口中 QuoteBasicDataOrBuilderpublic boolean hasPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;hasPreSettlement 在接口中 QuoteBasicDataOrBuilderpublic double getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;getPreSettlement 在接口中 QuoteBasicDataOrBuilderpublic boolean hasMinTick()
min tick, only Futures support
optional float minTick = 27;hasMinTick 在接口中 QuoteBasicDataOrBuilderpublic float getMinTick()
min tick, only Futures support
optional float minTick = 27;getMinTick 在接口中 QuoteBasicDataOrBuilderpublic boolean hasMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;hasMi 在接口中 QuoteBasicDataOrBuilderpublic QuoteData.Minute getMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;getMi 在接口中 QuoteBasicDataOrBuilderpublic QuoteData.MinuteOrBuilder getMiOrBuilder()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;getMiOrBuilder 在接口中 QuoteBasicDataOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static QuoteBasicData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBasicData parseFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteBasicData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteBasicData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteBasicData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteBasicData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QuoteBasicData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QuoteBasicData.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static QuoteBasicData.Builder newBuilder()
public static QuoteBasicData.Builder newBuilder(QuoteBasicData prototype)
public QuoteBasicData.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected QuoteBasicData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static QuoteBasicData getDefaultInstance()
public static com.google.protobuf.Parser<QuoteBasicData> parser()
public com.google.protobuf.Parser<QuoteBasicData> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public QuoteBasicData getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.