package derivatives_instrument_metrics_v1
- Alphabetic
- Public
- Protected
Type Members
- sealed abstract class StreamDerivativesInstrumentCommodityKindV1 extends AnyRef
StreamDerivativesInstrumentCommodityKindV1 allows selecting kind of commodity update wanted.
- final case class StreamDerivativesInstrumentMetricsRequestV1(instrumentCriteria: Option[InstrumentCriteria] = _root_.scala.None, commodities: Seq[StreamDerivativesInstrumentCommodityKindV1] = _root_.scala.Seq.empty, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamDerivativesInstrumentMetricsRequestV1.
StreamDerivativesInstrumentMetricsRequestV1.
- instrumentCriteria
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
- commodities
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
- Annotations
- @SerialVersionUID()
- final case class StreamDerivativesInstrumentMetricsResponseV1(value: String = "", legacySymbol: String = "", exchange: String = "", commodity: String = "", commodityKind: StreamDerivativesInstrumentCommodityKindV1 = com.kaiko.sdk.stream.derivatives_instrument_metrics_v1.StreamDerivativesInstrumentCommodityKindV1.SDICK_UNKNOWN, tsCollection: Option[<error>] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamDerivativesInstrumentMetricsResponseV1 derivatives v1 response.
StreamDerivativesInstrumentMetricsResponseV1 derivatives v1 response.
- value
Value of the commodity.
- legacySymbol
Legacy symbol.
- exchange
Exchange.
- commodity
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.
- commodityKind
Kind of commodity (price of risk).
- tsCollection
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
- Annotations
- @SerialVersionUID()
Value Members
- object CommodityKindProto
- object RequestProto
- object ResponseProto
- object StreamDerivativesInstrumentCommodityKindV1
- object StreamDerivativesInstrumentMetricsRequestV1 extends Serializable
- object StreamDerivativesInstrumentMetricsResponseV1 extends Serializable