package index_multi_assets_v1
- Alphabetic
- Public
- Protected
Type Members
- final case class StreamIndexMultiAssetsServiceRequestV1(indexCode: String = "", commodities: Seq[StreamIndexCommodity] = _root_.scala.Seq.empty, interval: Option[DataInterval] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamIndexServiceRequestV1
StreamIndexServiceRequestV1
- indexCode
Index code.
- commodities
Enum indicating type of feed.
- interval
Data interval. For historical data only.
- Annotations
- @SerialVersionUID()
- final case class StreamIndexMultiAssetsServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", exchanges: Seq[String] = _root_.scala.Seq.empty, instrumentInterval: Option[DataInterval] = _root_.scala.None, currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.
StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.
- underlyingInstrument
Underlying rate of the indices.
- base
Base.
- quote
Quote.
- exchanges
Exchanges.
- instrumentInterval
Data interval.
- currencyConversion
Currency conversion.
- tsEvent
Timestamp (tick) of underlying rate ts.
- Annotations
- @SerialVersionUID()
- final case class StreamIndexMultiAssetsServiceResponsePair(underlyingInstrument: String = "", underlyingPrice: Option[Double] = _root_.scala.None, weightingFactor: Double = 0.0, cappingFactor: Double = 0.0, currencyConversionFactor: Double = 0.0, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used
- underlyingInstrument
Underlying instrument of the indices.
- underlyingPrice
Underlying price of the instrument.
- weightingFactor
Weighting factor of the instrument.
- cappingFactor
Capping factor of the instrument.
- currencyConversionFactor
Currency conversion factor of the instrument.
- Annotations
- @SerialVersionUID()
- final case class StreamIndexMultiAssetsServiceResponsePrices(indexValue: Double = 0.0, divisor: Double = 0.0, pairs: Seq[StreamIndexMultiAssetsServiceResponsePair] = _root_.scala.Seq.empty, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used
StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used
- indexValue
Index value.
- divisor
Divisor.
- pairs
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
- Annotations
- @SerialVersionUID()
- final case class StreamIndexMultiAssetsServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamIndexMultiAssetsServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamIndexMultiAssetsServiceResponsePrices] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, tsCompute: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamIndexServiceResponseV1
StreamIndexServiceResponseV1
- commodity
Event type.
- indexCode
Index code.
- interval
Data interval.
- mainQuote
Quote.
- compositions
List of rates used in indices.
- price
Price of the indice.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
- tsCompute
Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).
- Annotations
- @SerialVersionUID()
Value Members
- object RequestProto
- object ResponseProto
- object StreamIndexMultiAssetsServiceRequestV1 extends Serializable
- object StreamIndexMultiAssetsServiceResponseComposition extends Serializable
- object StreamIndexMultiAssetsServiceResponsePair extends Serializable
- object StreamIndexMultiAssetsServiceResponsePrices extends Serializable
- object StreamIndexMultiAssetsServiceResponseV1 extends Serializable