public final class StreamExoticIndicesServiceResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamExoticIndicesServiceResponseV1OrBuilder
StreamIndexServiceResponseV1 is the response for the exotic indices.Protobuf type
kaikosdk.StreamExoticIndicesServiceResponseV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamExoticIndicesServiceResponseV1.Builder
StreamIndexServiceResponseV1 is the response for the exotic indices.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMODITY_FIELD_NUMBER |
static int |
COMPOSITIONS_FIELD_NUMBER |
static int |
INDEX_CODE_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
static int |
MAIN_QUOTE_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
TS_COMPUTE_FIELD_NUMBER |
static int |
TS_EVENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
StreamIndexCommodity |
getCommodity()
Event type.
|
int |
getCommodityValue()
Event type.
|
StreamExoticIndicesServiceResponseComposition |
getCompositions(int index)
List of indices compositions.
|
int |
getCompositionsCount()
List of indices compositions.
|
java.util.List<StreamExoticIndicesServiceResponseComposition> |
getCompositionsList()
List of indices compositions.
|
StreamExoticIndicesServiceResponseCompositionOrBuilder |
getCompositionsOrBuilder(int index)
List of indices compositions.
|
java.util.List<? extends StreamExoticIndicesServiceResponseCompositionOrBuilder> |
getCompositionsOrBuilderList()
List of indices compositions.
|
static StreamExoticIndicesServiceResponseV1 |
getDefaultInstance() |
StreamExoticIndicesServiceResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getIndexCode()
Index code.
|
com.google.protobuf.ByteString |
getIndexCodeBytes()
Index code.
|
DataInterval |
getInterval()
Data interval.
|
DataIntervalOrBuilder |
getIntervalOrBuilder()
Data interval.
|
java.lang.String |
getMainQuote()
Quote.
|
com.google.protobuf.ByteString |
getMainQuoteBytes()
Quote.
|
<any> |
getParserForType() |
StreamExoticIndicesServiceResponsePrices |
getPrice()
Price of the indice.
|
StreamExoticIndicesServiceResponsePricesOrBuilder |
getPriceOrBuilder()
Price of the indice.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsCompute()
Timestamp of computation.
|
com.google.protobuf.TimestampOrBuilder |
getTsComputeOrBuilder()
Timestamp of computation.
|
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko).
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInterval()
Data interval.
|
boolean |
hasPrice()
Price of the indice.
|
boolean |
hasTsCompute()
Timestamp of computation.
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamExoticIndicesServiceResponseV1.Builder |
newBuilder() |
static StreamExoticIndicesServiceResponseV1.Builder |
newBuilder(StreamExoticIndicesServiceResponseV1 prototype) |
StreamExoticIndicesServiceResponseV1.Builder |
newBuilderForType() |
protected StreamExoticIndicesServiceResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamExoticIndicesServiceResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamExoticIndicesServiceResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamExoticIndicesServiceResponseV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int COMMODITY_FIELD_NUMBER
public static final int INDEX_CODE_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
public static final int MAIN_QUOTE_FIELD_NUMBER
public static final int COMPOSITIONS_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int TS_EVENT_FIELD_NUMBER
public static final int TS_COMPUTE_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 int getCommodityValue()
Event type.
.kaikosdk.StreamIndexCommodity commodity = 1;getCommodityValue in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic StreamIndexCommodity getCommodity()
Event type.
.kaikosdk.StreamIndexCommodity commodity = 1;getCommodity in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic java.lang.String getIndexCode()
Index code.
string index_code = 2;getIndexCode in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.ByteString getIndexCodeBytes()
Index code.
string index_code = 2;getIndexCodeBytes in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic boolean hasInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;hasInterval in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic DataInterval getInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;getInterval in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic DataIntervalOrBuilder getIntervalOrBuilder()
Data interval.
.kaikosdk.DataInterval interval = 3;getIntervalOrBuilder in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic java.lang.String getMainQuote()
Quote.
string main_quote = 4;getMainQuote in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.ByteString getMainQuoteBytes()
Quote.
string main_quote = 4;getMainQuoteBytes in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic java.util.List<StreamExoticIndicesServiceResponseComposition> getCompositionsList()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;getCompositionsList in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic java.util.List<? extends StreamExoticIndicesServiceResponseCompositionOrBuilder> getCompositionsOrBuilderList()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;getCompositionsOrBuilderList in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic int getCompositionsCount()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;getCompositionsCount in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic StreamExoticIndicesServiceResponseComposition getCompositions(int index)
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;getCompositions in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic StreamExoticIndicesServiceResponseCompositionOrBuilder getCompositionsOrBuilder(int index)
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;getCompositionsOrBuilder in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic boolean hasPrice()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;hasPrice in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic StreamExoticIndicesServiceResponsePrices getPrice()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;getPrice in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic StreamExoticIndicesServiceResponsePricesOrBuilder getPriceOrBuilder()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;getPriceOrBuilder in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic boolean hasTsEvent()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;hasTsEvent in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;getTsEvent in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;getTsEventOrBuilder in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic boolean hasTsCompute()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;hasTsCompute in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTsCompute()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;getTsCompute in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsComputeOrBuilder()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;getTsComputeOrBuilder in interface StreamExoticIndicesServiceResponseV1OrBuilderpublic 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 StreamExoticIndicesServiceResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamExoticIndicesServiceResponseV1.Builder newBuilderForType()
public static StreamExoticIndicesServiceResponseV1.Builder newBuilder()
public static StreamExoticIndicesServiceResponseV1.Builder newBuilder(StreamExoticIndicesServiceResponseV1 prototype)
public StreamExoticIndicesServiceResponseV1.Builder toBuilder()
protected StreamExoticIndicesServiceResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamExoticIndicesServiceResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamExoticIndicesServiceResponseV1 getDefaultInstanceForType()