public interface StreamExoticIndicesServiceResponsePricesOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getDivisor()
Divisor.
|
double |
getIndexValue()
Index value.
|
StreamExoticIndicesServiceResponsePair |
getPairs(int index)
StreamExoticIndicesServiceResponsePair is the pair information.
|
int |
getPairsCount()
StreamExoticIndicesServiceResponsePair is the pair information.
|
java.util.List<StreamExoticIndicesServiceResponsePair> |
getPairsList()
StreamExoticIndicesServiceResponsePair is the pair information.
|
StreamExoticIndicesServiceResponsePairOrBuilder |
getPairsOrBuilder(int index)
StreamExoticIndicesServiceResponsePair is the pair information.
|
java.util.List<? extends StreamExoticIndicesServiceResponsePairOrBuilder> |
getPairsOrBuilderList()
StreamExoticIndicesServiceResponsePair is the pair information.
|
double getIndexValue()
Index value.
double index_value = 1;
double getDivisor()
Divisor.
double divisor = 2;
java.util.List<StreamExoticIndicesServiceResponsePair> getPairsList()
StreamExoticIndicesServiceResponsePair is the pair information.
repeated .kaikosdk.StreamExoticIndicesServiceResponsePair pairs = 3;
StreamExoticIndicesServiceResponsePair getPairs(int index)
StreamExoticIndicesServiceResponsePair is the pair information.
repeated .kaikosdk.StreamExoticIndicesServiceResponsePair pairs = 3;
int getPairsCount()
StreamExoticIndicesServiceResponsePair is the pair information.
repeated .kaikosdk.StreamExoticIndicesServiceResponsePair pairs = 3;
java.util.List<? extends StreamExoticIndicesServiceResponsePairOrBuilder> getPairsOrBuilderList()
StreamExoticIndicesServiceResponsePair is the pair information.
repeated .kaikosdk.StreamExoticIndicesServiceResponsePair pairs = 3;
StreamExoticIndicesServiceResponsePairOrBuilder getPairsOrBuilder(int index)
StreamExoticIndicesServiceResponsePair is the pair information.
repeated .kaikosdk.StreamExoticIndicesServiceResponsePair pairs = 3;