public final class QuoteBBOData extends com.google.protobuf.GeneratedMessageV3 implements QuoteBBODataOrBuilder
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteBBOData| 限定符和类型 | 类和说明 |
|---|---|
static class |
QuoteBBOData.Builder
Protobuf type
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteBBOData |
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 |
ASKPRICE_FIELD_NUMBER |
static int |
ASKSIZE_FIELD_NUMBER |
static int |
ASKTIMESTAMP_FIELD_NUMBER |
static int |
BIDPRICE_FIELD_NUMBER |
static int |
BIDSIZE_FIELD_NUMBER |
static int |
BIDTIMESTAMP_FIELD_NUMBER |
static int |
SYMBOL_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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; |
static QuoteBBOData |
getDefaultInstance() |
QuoteBBOData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<QuoteBBOData> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
boolean |
hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuoteBBOData.Builder |
newBuilder() |
static QuoteBBOData.Builder |
newBuilder(QuoteBBOData prototype) |
QuoteBBOData.Builder |
newBuilderForType() |
protected QuoteBBOData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static QuoteBBOData |
parseDelimitedFrom(InputStream input) |
static QuoteBBOData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBBOData |
parseFrom(byte[] data) |
static QuoteBBOData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBBOData |
parseFrom(ByteBuffer data) |
static QuoteBBOData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBBOData |
parseFrom(com.google.protobuf.ByteString data) |
static QuoteBBOData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBBOData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuoteBBOData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteBBOData |
parseFrom(InputStream input) |
static QuoteBBOData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QuoteBBOData> |
parser() |
QuoteBBOData.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 ASKPRICE_FIELD_NUMBER
public static final int ASKSIZE_FIELD_NUMBER
public static final int ASKTIMESTAMP_FIELD_NUMBER
public static final int BIDPRICE_FIELD_NUMBER
public static final int BIDSIZE_FIELD_NUMBER
public static final int BIDTIMESTAMP_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 在接口中 QuoteBBODataOrBuilderpublic com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;getSymbolBytes 在接口中 QuoteBBODataOrBuilderpublic int getTypeValue()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getTypeValue 在接口中 QuoteBBODataOrBuilderpublic SocketCommon.QuoteType getType()
BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getType 在接口中 QuoteBBODataOrBuilderpublic long getTimestamp()
uint64 timestamp = 3;getTimestamp 在接口中 QuoteBBODataOrBuilderpublic double getAskPrice()
double askPrice = 17;getAskPrice 在接口中 QuoteBBODataOrBuilderpublic long getAskSize()
sint64 askSize = 18;getAskSize 在接口中 QuoteBBODataOrBuilderpublic boolean hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;hasAskTimestamp 在接口中 QuoteBBODataOrBuilderpublic long getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;getAskTimestamp 在接口中 QuoteBBODataOrBuilderpublic double getBidPrice()
double bidPrice = 20;getBidPrice 在接口中 QuoteBBODataOrBuilderpublic long getBidSize()
sint64 bidSize = 21;getBidSize 在接口中 QuoteBBODataOrBuilderpublic boolean hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;hasBidTimestamp 在接口中 QuoteBBODataOrBuilderpublic long getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;getBidTimestamp 在接口中 QuoteBBODataOrBuilderpublic 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 QuoteBBOData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteBBOData parseFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteBBOData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteBBOData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteBBOData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteBBOData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QuoteBBOData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QuoteBBOData.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static QuoteBBOData.Builder newBuilder()
public static QuoteBBOData.Builder newBuilder(QuoteBBOData prototype)
public QuoteBBOData.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected QuoteBBOData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static QuoteBBOData getDefaultInstance()
public static com.google.protobuf.Parser<QuoteBBOData> parser()
public com.google.protobuf.Parser<QuoteBBOData> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public QuoteBBOData getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.