public final class StreamAggregatedQuoteValue extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatedQuoteValueOrBuilder
StreamAggregatedQuoteValue is wrapper for update values.Protobuf type
kaikosdk.StreamAggregatedQuoteValue
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatedQuoteValue.Builder
StreamAggregatedQuoteValue is wrapper for update values.
|
Modifier and Type | Field and Description |
---|---|
static int |
PRICE_FIELD_NUMBER |
static int |
VOLUME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static StreamAggregatedQuoteValue |
getDefaultInstance() |
StreamAggregatedQuoteValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getPrice()
Price of top of book entry.
|
com.google.protobuf.ByteString |
getPriceBytes()
Price of top of book entry.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVolume()
Volume of top of book entry.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume of top of book entry.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatedQuoteValue.Builder |
newBuilder() |
static StreamAggregatedQuoteValue.Builder |
newBuilder(StreamAggregatedQuoteValue prototype) |
StreamAggregatedQuoteValue.Builder |
newBuilderForType() |
protected StreamAggregatedQuoteValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatedQuoteValue |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatedQuoteValue |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteValue |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatedQuoteValue |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteValue |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatedQuoteValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatedQuoteValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteValue |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatedQuoteValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PRICE_FIELD_NUMBER
public static final int VOLUME_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.lang.String getPrice()
Price of top of book entry.
string price = 1;
getPrice
in interface StreamAggregatedQuoteValueOrBuilder
public com.google.protobuf.ByteString getPriceBytes()
Price of top of book entry.
string price = 1;
getPriceBytes
in interface StreamAggregatedQuoteValueOrBuilder
public java.lang.String getVolume()
Volume of top of book entry.
string volume = 2;
getVolume
in interface StreamAggregatedQuoteValueOrBuilder
public com.google.protobuf.ByteString getVolumeBytes()
Volume of top of book entry.
string volume = 2;
getVolumeBytes
in interface StreamAggregatedQuoteValueOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static StreamAggregatedQuoteValue parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteValue parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteValue parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteValue parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteValue parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatedQuoteValue.Builder newBuilderForType()
public static StreamAggregatedQuoteValue.Builder newBuilder()
public static StreamAggregatedQuoteValue.Builder newBuilder(StreamAggregatedQuoteValue prototype)
public StreamAggregatedQuoteValue.Builder toBuilder()
protected StreamAggregatedQuoteValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatedQuoteValue getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatedQuoteValue getDefaultInstanceForType()