public interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBase()
Base.
|
com.google.protobuf.ByteString |
getBaseBytes()
Base.
|
java.lang.String |
getCurrencyConversion()
Currency conversion.
|
com.google.protobuf.ByteString |
getCurrencyConversionBytes()
Currency conversion.
|
java.lang.String |
getExchanges(int index)
Exchanges.
|
com.google.protobuf.ByteString |
getExchangesBytes(int index)
Exchanges.
|
int |
getExchangesCount()
Exchanges.
|
java.util.List<java.lang.String> |
getExchangesList()
Exchanges.
|
DataInterval |
getInstrumentInterval()
Data interval.
|
DataIntervalOrBuilder |
getInstrumentIntervalOrBuilder()
Data interval.
|
java.lang.String |
getQuote()
Quote.
|
com.google.protobuf.ByteString |
getQuoteBytes()
Quote.
|
com.google.protobuf.Timestamp |
getTsEvent()
Timestamp (tick) of underlying rate ts.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Timestamp (tick) of underlying rate ts.
|
java.lang.String |
getUnderlyingInstrument()
Underlying rate of the indices.
|
com.google.protobuf.ByteString |
getUnderlyingInstrumentBytes()
Underlying rate of the indices.
|
boolean |
hasInstrumentInterval()
Data interval.
|
boolean |
hasTsEvent()
Timestamp (tick) of underlying rate ts.
|
java.lang.String getUnderlyingInstrument()
Underlying rate of the indices.
string underlying_instrument = 1;com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying rate of the indices.
string underlying_instrument = 1;java.lang.String getBase()
Base.
string base = 2;com.google.protobuf.ByteString getBaseBytes()
Base.
string base = 2;java.lang.String getQuote()
Quote.
string quote = 3;com.google.protobuf.ByteString getQuoteBytes()
Quote.
string quote = 3;java.util.List<java.lang.String> getExchangesList()
Exchanges.
repeated string exchanges = 4;int getExchangesCount()
Exchanges.
repeated string exchanges = 4;java.lang.String getExchanges(int index)
Exchanges.
repeated string exchanges = 4;index - The index of the element to return.com.google.protobuf.ByteString getExchangesBytes(int index)
Exchanges.
repeated string exchanges = 4;index - The index of the value to return.boolean hasInstrumentInterval()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;DataInterval getInstrumentInterval()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;DataIntervalOrBuilder getInstrumentIntervalOrBuilder()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;java.lang.String getCurrencyConversion()
Currency conversion.
string currency_conversion = 6;com.google.protobuf.ByteString getCurrencyConversionBytes()
Currency conversion.
string currency_conversion = 6;boolean hasTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.Timestamp getTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;