public interface StreamExoticIndicesServiceResponseV1OrBuilder
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
StreamExoticIndicesServiceResponsePrices | 
getPrice()
 Price of the indice. 
 | 
StreamExoticIndicesServiceResponsePricesOrBuilder | 
getPriceOrBuilder()
 Price of the indice. 
 | 
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). 
 | 
boolean | 
hasInterval()
 Data interval. 
 | 
boolean | 
hasPrice()
 Price of the indice. 
 | 
boolean | 
hasTsCompute()
 Timestamp of computation. 
 | 
boolean | 
hasTsEvent()
 Event generation timestamp (event created by Kaiko). 
 | 
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<StreamExoticIndicesServiceResponseComposition> getCompositionsList()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;StreamExoticIndicesServiceResponseComposition getCompositions(int index)
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;int getCompositionsCount()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;java.util.List<? extends StreamExoticIndicesServiceResponseCompositionOrBuilder> getCompositionsOrBuilderList()
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;StreamExoticIndicesServiceResponseCompositionOrBuilder getCompositionsOrBuilder(int index)
List of indices compositions.
repeated .kaikosdk.StreamExoticIndicesServiceResponseComposition compositions = 5;boolean hasPrice()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;StreamExoticIndicesServiceResponsePrices getPrice()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;StreamExoticIndicesServiceResponsePricesOrBuilder getPriceOrBuilder()
Price of the indice.
.kaikosdk.StreamExoticIndicesServiceResponsePrices price = 6;boolean hasTsEvent()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko).
.google.protobuf.Timestamp ts_event = 7;boolean hasTsCompute()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;com.google.protobuf.Timestamp getTsCompute()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;com.google.protobuf.TimestampOrBuilder getTsComputeOrBuilder()
Timestamp of computation.
.google.protobuf.Timestamp ts_compute = 8;