public interface StreamExoticIndicesServiceResponseCompositionOrBuilder
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 |
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 |
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.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;