public final class StreamIndexServiceResponseInstruments extends com.google.protobuf.GeneratedMessageV3 implements StreamIndexServiceResponseInstrumentsOrBuilder
StreamIndexServiceResponseInstruments is computation result by instruments.Protobuf type
kaikosdk.StreamIndexServiceResponseInstruments
Modifier and Type | Class and Description |
---|---|
static class |
StreamIndexServiceResponseInstruments.Builder
StreamIndexServiceResponseInstruments is computation result by instruments.
|
Modifier and Type | Field and Description |
---|---|
static int |
COUNT_FIELD_NUMBER |
static int |
PARTITION_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
UNDERLYING_TRADE_FIELD_NUMBER |
static int |
VOLUME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCount()
Count.
|
static StreamIndexServiceResponseInstruments |
getDefaultInstance() |
StreamIndexServiceResponseInstruments |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getPartition()
Partition.
|
com.google.protobuf.ByteString |
getPartitionBytes()
Partition.
|
double |
getPrice()
Price.
|
int |
getSerializedSize() |
StreamIndexServiceUnderlyingTrade |
getUnderlyingTrade()
Underlying trade for the partition.
|
StreamIndexServiceUnderlyingTradeOrBuilder |
getUnderlyingTradeOrBuilder()
Underlying trade for the partition.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getVolume()
Volume.
|
int |
hashCode() |
boolean |
hasUnderlyingTrade()
Underlying trade for the partition.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIndexServiceResponseInstruments.Builder |
newBuilder() |
static StreamIndexServiceResponseInstruments.Builder |
newBuilder(StreamIndexServiceResponseInstruments prototype) |
StreamIndexServiceResponseInstruments.Builder |
newBuilderForType() |
protected StreamIndexServiceResponseInstruments.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIndexServiceResponseInstruments |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIndexServiceResponseInstruments |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexServiceResponseInstruments |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexServiceResponseInstruments |
parseFrom(java.nio.ByteBuffer data) |
static StreamIndexServiceResponseInstruments |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexServiceResponseInstruments |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIndexServiceResponseInstruments |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexServiceResponseInstruments |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIndexServiceResponseInstruments |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexServiceResponseInstruments |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIndexServiceResponseInstruments.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PARTITION_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int VOLUME_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
public static final int UNDERLYING_TRADE_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 getPartition()
Partition.
string partition = 1;
getPartition
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public com.google.protobuf.ByteString getPartitionBytes()
Partition.
string partition = 1;
getPartitionBytes
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public double getPrice()
Price.
double price = 2;
getPrice
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public double getVolume()
Volume.
double volume = 3;
getVolume
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public long getCount()
Count.
uint64 count = 4;
getCount
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public boolean hasUnderlyingTrade()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;
hasUnderlyingTrade
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public StreamIndexServiceUnderlyingTrade getUnderlyingTrade()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;
getUnderlyingTrade
in interface StreamIndexServiceResponseInstrumentsOrBuilder
public StreamIndexServiceUnderlyingTradeOrBuilder getUnderlyingTradeOrBuilder()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;
getUnderlyingTradeOrBuilder
in interface StreamIndexServiceResponseInstrumentsOrBuilder
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 StreamIndexServiceResponseInstruments parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexServiceResponseInstruments parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexServiceResponseInstruments parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexServiceResponseInstruments parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexServiceResponseInstruments parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexServiceResponseInstruments parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexServiceResponseInstruments parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexServiceResponseInstruments parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexServiceResponseInstruments parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexServiceResponseInstruments parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamIndexServiceResponseInstruments.Builder newBuilderForType()
public static StreamIndexServiceResponseInstruments.Builder newBuilder()
public static StreamIndexServiceResponseInstruments.Builder newBuilder(StreamIndexServiceResponseInstruments prototype)
public StreamIndexServiceResponseInstruments.Builder toBuilder()
protected StreamIndexServiceResponseInstruments.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIndexServiceResponseInstruments getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIndexServiceResponseInstruments getDefaultInstanceForType()