Packages

p

com.kaiko.sdk.stream

index_forex_rate_v1

package index_forex_rate_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamForexIndexDetail(name: String = "", price: Double = 0.0, tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamForexIndexDetail is detail property involved in computation.

    StreamForexIndexDetail is detail property involved in computation.

    name

    Name.

    price

    Price

    tsEvent

    TSEvent.

    Annotations
    @SerialVersionUID()
  2. final case class StreamForexIndexPublic(name: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamForexIndexPublic is public property involved in computation.

    StreamForexIndexPublic is public property involved in computation.

    name

    Name.

    tsEvent

    TSEvent.

    Annotations
    @SerialVersionUID()
  3. final case class StreamForexIndexServiceResponseDetail(underlying: Option[StreamForexIndexDetail] = _root_.scala.None, fxrate: Option[StreamForexIndexDetail] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamForexIndexServiceResponseDetail is detail property involved in computation.

    StreamForexIndexServiceResponseDetail is detail property involved in computation.

    underlying

    Underlying.

    fxrate

    FxRate.

    Annotations
    @SerialVersionUID()
  4. final case class StreamForexIndexServiceResponsePublic(underlying: Option[StreamForexIndexPublic] = _root_.scala.None, fxrate: Option[StreamForexIndexPublic] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamForexIndexServiceResponsePublic is public property involved in computation.

    StreamForexIndexServiceResponsePublic is public property involved in computation.

    underlying

    Underlying.

    fxrate

    FxRate.

    Annotations
    @SerialVersionUID()
  5. final case class StreamIndexForexRateServiceRequestV1(indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexForexRateServiceRequestV1

    StreamIndexForexRateServiceRequestV1

    indexCode

    Index code.

    interval

    Data interval. For historical data only.

    Annotations
    @SerialVersionUID()
  6. final case class StreamIndexForexRateServiceResponseV1(indexCode: String = "", commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, interval: Option[DataInterval] = _root_.scala.None, composition: Option[StreamForexIndexServiceResponsePublic] = _root_.scala.None, price: Double = 0.0, tsEvent: Option[<error>] = _root_.scala.None, detail: Option[StreamForexIndexServiceResponseDetail] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexForexRateServiceResponseV1

    StreamIndexForexRateServiceResponseV1

    indexCode

    Index code.

    commodity

    Event type.

    interval

    Data interval.

    composition

    Coimposition of the forex rate.

    price

    Price.

    tsEvent

    TSEvent

    detail

    Detail property.

    Annotations
    @SerialVersionUID()

Ungrouped