public interface StreamIndexMultiAssetsServiceResponseV1OrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
StreamIndexMultiAssetsServiceResponsePrices |
getPrice()
Price of the indice.
|
StreamIndexMultiAssetsServiceResponsePricesOrBuilder |
getPriceOrBuilder()
Price of the indice.
|
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.
|
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.
|
int getCommodityValue()
Event type.
.kaikosdk.StreamIndexCommodity commodity = 1;
StreamIndexCommodity getCommodity()
Event type.
.kaikosdk.StreamIndexCommodity commodity = 1;
java.lang.String getIndexCode()
Index code.
string index_code = 2;
com.google.protobuf.ByteString getIndexCodeBytes()
Index code.
string index_code = 2;
boolean hasInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;
DataInterval getInterval()
Data interval.
.kaikosdk.DataInterval interval = 3;
DataIntervalOrBuilder getIntervalOrBuilder()
Data interval.
.kaikosdk.DataInterval interval = 3;
java.lang.String getMainQuote()
Quote.
string main_quote = 4;
com.google.protobuf.ByteString getMainQuoteBytes()
Quote.
string main_quote = 4;
java.util.List<StreamIndexMultiAssetsServiceResponseComposition> getCompositionsList()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;
StreamIndexMultiAssetsServiceResponseComposition getCompositions(int index)
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;
int getCompositionsCount()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;
java.util.List<? extends StreamIndexMultiAssetsServiceResponseCompositionOrBuilder> getCompositionsOrBuilderList()
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;
StreamIndexMultiAssetsServiceResponseCompositionOrBuilder getCompositionsOrBuilder(int index)
List of rates used in indices.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponseComposition compositions = 5;
boolean hasPrice()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;
StreamIndexMultiAssetsServiceResponsePrices getPrice()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;
StreamIndexMultiAssetsServiceResponsePricesOrBuilder getPriceOrBuilder()
Price of the indice.
.kaikosdk.StreamIndexMultiAssetsServiceResponsePrices price = 6;
boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;
com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;
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;
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;
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;