public interface StreamIndexServiceResponsePairsOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamIndexServiceResponseInstruments |
getInstruments(int index)
Detailed computation by instruments.
|
int |
getInstrumentsCount()
Detailed computation by instruments.
|
java.util.List<StreamIndexServiceResponseInstruments> |
getInstrumentsList()
Detailed computation by instruments.
|
StreamIndexServiceResponseInstrumentsOrBuilder |
getInstrumentsOrBuilder(int index)
Detailed computation by instruments.
|
java.util.List<? extends StreamIndexServiceResponseInstrumentsOrBuilder> |
getInstrumentsOrBuilderList()
Detailed computation by instruments.
|
java.lang.String |
getPair()
Pair.
|
com.google.protobuf.ByteString |
getPairBytes()
Pair.
|
double |
getWeight()
Weight (for multiple assets indices).
|
java.lang.String getPair()
Pair.
string pair = 1;com.google.protobuf.ByteString getPairBytes()
Pair.
string pair = 1;double getWeight()
Weight (for multiple assets indices).
double weight = 2;java.util.List<StreamIndexServiceResponseInstruments> getInstrumentsList()
Detailed computation by instruments.
repeated .kaikosdk.StreamIndexServiceResponseInstruments instruments = 3;StreamIndexServiceResponseInstruments getInstruments(int index)
Detailed computation by instruments.
repeated .kaikosdk.StreamIndexServiceResponseInstruments instruments = 3;int getInstrumentsCount()
Detailed computation by instruments.
repeated .kaikosdk.StreamIndexServiceResponseInstruments instruments = 3;java.util.List<? extends StreamIndexServiceResponseInstrumentsOrBuilder> getInstrumentsOrBuilderList()
Detailed computation by instruments.
repeated .kaikosdk.StreamIndexServiceResponseInstruments instruments = 3;StreamIndexServiceResponseInstrumentsOrBuilder getInstrumentsOrBuilder(int index)
Detailed computation by instruments.
repeated .kaikosdk.StreamIndexServiceResponseInstruments instruments = 3;