public final class StreamIndexMultiAssetsServiceResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamIndexMultiAssetsServiceResponseV1OrBuilder
StreamIndexServiceResponseV1Protobuf type
kaikosdk.StreamIndexMultiAssetsServiceResponseV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamIndexMultiAssetsServiceResponseV1.Builder
StreamIndexServiceResponseV1
|
| 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.
|
StreamIndexMultiAssetsServiceResponseComposition |
getCompositions(int index)
List of rates used in indices.
|
int |
getCompositionsCount()
List of rates used in indices.
|
java.util.List<StreamIndexMultiAssetsServiceResponseComposition> |
getCompositionsList()
List of rates used in indices.
|
StreamIndexMultiAssetsServiceResponseCompositionOrBuilder |
getCompositionsOrBuilder(int index)
List of rates used in indices.
|
java.util.List<? extends StreamIndexMultiAssetsServiceResponseCompositionOrBuilder> |
getCompositionsOrBuilderList()
List of rates used in indices.
|
static StreamIndexMultiAssetsServiceResponseV1 |
getDefaultInstance() |
StreamIndexMultiAssetsServiceResponseV1 |
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() |
StreamIndexMultiAssetsServiceResponsePrices |
getPrice()
Price of the indice.
|
StreamIndexMultiAssetsServiceResponsePricesOrBuilder |
getPriceOrBuilder()
Price of the indice.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsCompute()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
|
com.google.protobuf.TimestampOrBuilder |
getTsComputeOrBuilder()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
|
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInterval()
Data interval.
|
boolean |
hasPrice()
Price of the indice.
|
boolean |
hasTsCompute()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIndexMultiAssetsServiceResponseV1.Builder |
newBuilder() |
static StreamIndexMultiAssetsServiceResponseV1.Builder |
newBuilder(StreamIndexMultiAssetsServiceResponseV1 prototype) |
StreamIndexMultiAssetsServiceResponseV1.Builder |
newBuilderForType() |
protected StreamIndexMultiAssetsServiceResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIndexMultiAssetsServiceResponseV1.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 StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic StreamIndexCommodity getCommodity()
Event type.
.kaikosdk.StreamIndexCommodity commodity = 1;getCommodity in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic java.lang.String getIndexCode()
Index code.
string index_code = 2;getIndexCode in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.ByteString getIndexCodeBytes()
Index code.
string index_code = 2;getIndexCodeBytes in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic boolean hasInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;hasInterval in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic DataInterval getInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;getInterval in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic DataIntervalOrBuilder getIntervalOrBuilder()
Data interval.
.kaikosdk.DataInterval interval = 3;getIntervalOrBuilder in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic java.lang.String getMainQuote()
Quote.
string main_quote = 4;getMainQuote in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.ByteString getMainQuoteBytes()
Quote.
string main_quote = 4;getMainQuoteBytes in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic java.util.List<StreamIndexMultiAssetsServiceResponseComposition> getCompositionsList()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;getCompositionsList in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic java.util.List<? extends StreamIndexMultiAssetsServiceResponseCompositionOrBuilder> getCompositionsOrBuilderList()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;getCompositionsOrBuilderList in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic int getCompositionsCount()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;getCompositionsCount in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic StreamIndexMultiAssetsServiceResponseComposition getCompositions(int index)
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;getCompositions in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic StreamIndexMultiAssetsServiceResponseCompositionOrBuilder getCompositionsOrBuilder(int index)
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;getCompositionsOrBuilder in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic boolean hasPrice()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;hasPrice in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic StreamIndexMultiAssetsServiceResponsePrices getPrice()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;getPrice in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic StreamIndexMultiAssetsServiceResponsePricesOrBuilder getPriceOrBuilder()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;getPriceOrBuilder in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;hasTsEvent in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;getTsEvent in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;getTsEventOrBuilder in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic boolean hasTsCompute()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
.google.protobuf.Timestamp ts_compute = 8;hasTsCompute in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTsCompute()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
.google.protobuf.Timestamp ts_compute = 8;getTsCompute in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsComputeOrBuilder()
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
.google.protobuf.Timestamp ts_compute = 8;getTsComputeOrBuilder in interface StreamIndexMultiAssetsServiceResponseV1OrBuilderpublic 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 StreamIndexMultiAssetsServiceResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamIndexMultiAssetsServiceResponseV1.Builder newBuilderForType()
public static StreamIndexMultiAssetsServiceResponseV1.Builder newBuilder()
public static StreamIndexMultiAssetsServiceResponseV1.Builder newBuilder(StreamIndexMultiAssetsServiceResponseV1 prototype)
public StreamIndexMultiAssetsServiceResponseV1.Builder toBuilder()
protected StreamIndexMultiAssetsServiceResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIndexMultiAssetsServiceResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIndexMultiAssetsServiceResponseV1 getDefaultInstanceForType()