public interface StreamMarketUpdateRequestV1OrBuilder
Modifier and Type | Method and Description |
---|---|
StreamMarketUpdateCommodity |
getCommodities(int index)
Enum indicating type of feed.
|
int |
getCommoditiesCount()
Enum indicating type of feed.
|
java.util.List<StreamMarketUpdateCommodity> |
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.
|
DataInterval |
getInterval()
Data interval.
|
DataIntervalOrBuilder |
getIntervalOrBuilder()
Data interval.
|
StreamMarketUpdateRequestV1.OrderbookSnapshotType |
getSnapshotType()
Deprecated.
kaikosdk.StreamMarketUpdateRequestV1.snapshot_type is deprecated.
See sdk/stream/market_update_v1/request.proto;l=33
|
int |
getSnapshotTypeValue()
Deprecated.
kaikosdk.StreamMarketUpdateRequestV1.snapshot_type is deprecated.
See sdk/stream/market_update_v1/request.proto;l=33
|
boolean |
hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
boolean |
hasInterval()
Data interval.
|
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<StreamMarketUpdateCommodity> 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.StreamMarketUpdateCommodity 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.StreamMarketUpdateCommodity commodities = 2;
StreamMarketUpdateCommodity 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.StreamMarketUpdateCommodity 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.StreamMarketUpdateCommodity 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.StreamMarketUpdateCommodity commodities = 2;
index
- The index of the value to return.boolean hasInterval()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
DataInterval getInterval()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
DataIntervalOrBuilder getIntervalOrBuilder()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
@Deprecated int getSnapshotTypeValue()
SnapshotType is the type of snapshot if commodities contains orderbook. This field is deprecated and used anymore, only full snapshot are sent.
.kaikosdk.StreamMarketUpdateRequestV1.OrderbookSnapshotType snapshot_type = 4 [deprecated = true];
@Deprecated StreamMarketUpdateRequestV1.OrderbookSnapshotType getSnapshotType()
SnapshotType is the type of snapshot if commodities contains orderbook. This field is deprecated and used anymore, only full snapshot are sent.
.kaikosdk.StreamMarketUpdateRequestV1.OrderbookSnapshotType snapshot_type = 4 [deprecated = true];