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