public interface StreamDerivativesInstrumentMetricsResponseV1OrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommodity()
Commodity.
|
com.google.protobuf.ByteString |
getCommodityBytes()
Commodity.
|
StreamDerivativesInstrumentCommodityKindV1 |
getCommodityKind()
Kind of commodity (price of risk).
|
int |
getCommodityKindValue()
Kind of commodity (price of risk).
|
java.lang.String |
getExchange()
Exchange.
|
com.google.protobuf.ByteString |
getExchangeBytes()
Exchange.
|
java.lang.String |
getLegacySymbol()
Legacy symbol.
|
com.google.protobuf.ByteString |
getLegacySymbolBytes()
Legacy symbol.
|
com.google.protobuf.Timestamp |
getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
|
java.lang.String |
getValue()
Value of the commodity.
|
com.google.protobuf.ByteString |
getValueBytes()
Value of the commodity.
|
boolean |
hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
java.lang.String getValue()
Value of the commodity.
string value = 1;com.google.protobuf.ByteString getValueBytes()
Value of the commodity.
string value = 1;java.lang.String getLegacySymbol()
Legacy symbol.
string legacy_symbol = 2;com.google.protobuf.ByteString getLegacySymbolBytes()
Legacy symbol.
string legacy_symbol = 2;java.lang.String getExchange()
Exchange.
string exchange = 3;com.google.protobuf.ByteString getExchangeBytes()
Exchange.
string exchange = 3;java.lang.String getCommodity()
Commodity. See https://docs.kaiko.com/v/kaiko-rest-api/market-data/derivatives/derivatives-metrics/risk#fields and https://docs.kaiko.com/v/kaiko-rest-api/market-data/derivatives/derivatives-metrics/price#fields.
string commodity = 4;com.google.protobuf.ByteString getCommodityBytes()
Commodity. See https://docs.kaiko.com/v/kaiko-rest-api/market-data/derivatives/derivatives-metrics/risk#fields and https://docs.kaiko.com/v/kaiko-rest-api/market-data/derivatives/derivatives-metrics/price#fields.
string commodity = 4;int getCommodityKindValue()
Kind of commodity (price of risk).
.kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodity_kind = 5;StreamDerivativesInstrumentCommodityKindV1 getCommodityKind()
Kind of commodity (price of risk).
.kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodity_kind = 5;boolean hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.google.protobuf.Timestamp ts_collection = 6;com.google.protobuf.Timestamp getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.google.protobuf.Timestamp ts_collection = 6;com.google.protobuf.TimestampOrBuilder getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.google.protobuf.Timestamp ts_collection = 6;boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;