public static final class TickData.Tick extends com.google.protobuf.GeneratedMessageV3 implements TickData.TickOrBuilder
com.tigerbrokers.stock.openapi.client.socket.data.pb.TickData.Tick| 限定符和类型 | 类和说明 |
|---|---|
static class |
TickData.Tick.Builder
Protobuf type
com.tigerbrokers.stock.openapi.client.socket.data.pb.TickData.Tick |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COND_FIELD_NUMBER |
static int |
PARTCODE_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
SN_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VOLUME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCond()
The trade condition for irregular transaction.
|
com.google.protobuf.ByteString |
getCondBytes()
The trade condition for irregular transaction.
|
static TickData.Tick |
getDefaultInstance() |
TickData.Tick |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<TickData.Tick> |
getParserForType() |
String |
getPartCode()
The market participant reports the transaction.
|
com.google.protobuf.ByteString |
getPartCodeBytes()
The market participant reports the transaction.
|
float |
getPrice()
Transaction price.
|
int |
getSerializedSize() |
long |
getSn()
The order in which upstream data arrives, for reference only.
|
long |
getTime()
Execution time of transaction. 13-digit timestamp
int64 time = 2; |
String |
getType()
buy/sell direction.
|
com.google.protobuf.ByteString |
getTypeBytes()
buy/sell direction.
|
int |
getVolume()
Transaction volume.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TickData.Tick.Builder |
newBuilder() |
static TickData.Tick.Builder |
newBuilder(TickData.Tick prototype) |
TickData.Tick.Builder |
newBuilderForType() |
protected TickData.Tick.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TickData.Tick |
parseDelimitedFrom(InputStream input) |
static TickData.Tick |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TickData.Tick |
parseFrom(byte[] data) |
static TickData.Tick |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TickData.Tick |
parseFrom(ByteBuffer data) |
static TickData.Tick |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TickData.Tick |
parseFrom(com.google.protobuf.ByteString data) |
static TickData.Tick |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TickData.Tick |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TickData.Tick |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TickData.Tick |
parseFrom(InputStream input) |
static TickData.Tick |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TickData.Tick> |
parser() |
TickData.Tick.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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 SN_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int VOLUME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int COND_FIELD_NUMBER
public static final int PARTCODE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public long getSn()
The order in which upstream data arrives, for reference only.
int64 sn = 1;getSn 在接口中 TickData.TickOrBuilderpublic long getTime()
Execution time of transaction. 13-digit timestamp
int64 time = 2;getTime 在接口中 TickData.TickOrBuilderpublic float getPrice()
Transaction price.
float price = 3;getPrice 在接口中 TickData.TickOrBuilderpublic int getVolume()
Transaction volume.
int32 volume = 4;getVolume 在接口中 TickData.TickOrBuilderpublic String getType()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*)
string type = 5;getType 在接口中 TickData.TickOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*)
string type = 5;getTypeBytes 在接口中 TickData.TickOrBuilderpublic String getCond()
The trade condition for irregular transaction. (Optional)
string cond = 6;getCond 在接口中 TickData.TickOrBuilderpublic com.google.protobuf.ByteString getCondBytes()
The trade condition for irregular transaction. (Optional)
string cond = 6;getCondBytes 在接口中 TickData.TickOrBuilderpublic String getPartCode()
The market participant reports the transaction. (Optional)
string partCode = 7;getPartCode 在接口中 TickData.TickOrBuilderpublic com.google.protobuf.ByteString getPartCodeBytes()
The market participant reports the transaction. (Optional)
string partCode = 7;getPartCodeBytes 在接口中 TickData.TickOrBuilderpublic 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 TickData.Tick parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TickData.Tick parseFrom(InputStream input) throws IOException
IOExceptionpublic static TickData.Tick parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TickData.Tick parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TickData.Tick parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TickData.Tick parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TickData.Tick parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TickData.Tick.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static TickData.Tick.Builder newBuilder()
public static TickData.Tick.Builder newBuilder(TickData.Tick prototype)
public TickData.Tick.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected TickData.Tick.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static TickData.Tick getDefaultInstance()
public static com.google.protobuf.Parser<TickData.Tick> parser()
public com.google.protobuf.Parser<TickData.Tick> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public TickData.Tick getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2025. All rights reserved.