public interface StreamDerivativesInstrumentMetricsRequestV1OrBuilder
Modifier and Type | Method and Description |
---|---|
StreamDerivativesInstrumentCommodityKindV1 |
getCommodities(int index)
Enum indicating type of feed.
|
int |
getCommoditiesCount()
Enum indicating type of feed.
|
java.util.List<StreamDerivativesInstrumentCommodityKindV1> |
getCommoditiesList()
Enum indicating type of feed.
|
int |
getCommoditiesValue(int index)
Enum indicating type of feed.
|
java.util.List<java.lang.Integer> |
getCommoditiesValueList()
Enum indicating type of feed.
|
InstrumentCriteria |
getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
InstrumentCriteriaOrBuilder |
getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
boolean |
hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
boolean hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
InstrumentCriteria getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
InstrumentCriteriaOrBuilder getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
java.util.List<StreamDerivativesInstrumentCommodityKindV1> getCommoditiesList()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;
int getCommoditiesCount()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;
StreamDerivativesInstrumentCommodityKindV1 getCommodities(int index)
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;
index
- The index of the element to return.java.util.List<java.lang.Integer> getCommoditiesValueList()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;
int getCommoditiesValue(int index)
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;
index
- The index of the value to return.