public interface StreamExoticIndicesServiceResponsePairOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getCappingFactor()
Capping factor of the instrument.
|
double |
getCurrencyConversionFactor()
Currency conversion factor of the instrument.
|
StreamExoticIndicesPosition |
getPosition()
Position of the instrument.
|
int |
getPositionValue()
Position of the instrument.
|
java.lang.String |
getUnderlyingInstrument()
Underlying instrument of the indices.
|
com.google.protobuf.ByteString |
getUnderlyingInstrumentBytes()
Underlying instrument of the indices.
|
com.google.protobuf.DoubleValue |
getUnderlyingPrice()
Underlying price of the instrument.
|
com.google.protobuf.DoubleValueOrBuilder |
getUnderlyingPriceOrBuilder()
Underlying price of the instrument.
|
double |
getWeightingFactor()
Weighting factor of the instrument.
|
boolean |
hasUnderlyingPrice()
Underlying price of the instrument.
|
java.lang.String getUnderlyingInstrument()
Underlying instrument of the indices.
string underlying_instrument = 1;
com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying instrument of the indices.
string underlying_instrument = 1;
boolean hasUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
com.google.protobuf.DoubleValue getUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
com.google.protobuf.DoubleValueOrBuilder getUnderlyingPriceOrBuilder()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
double getWeightingFactor()
Weighting factor of the instrument.
double weighting_factor = 3;
double getCappingFactor()
Capping factor of the instrument.
double capping_factor = 4;
double getCurrencyConversionFactor()
Currency conversion factor of the instrument.
double currency_conversion_factor = 5;
int getPositionValue()
Position of the instrument.
.kaikosdk.StreamExoticIndicesPosition position = 6;
StreamExoticIndicesPosition getPosition()
Position of the instrument.
.kaikosdk.StreamExoticIndicesPosition position = 6;