package index_forex_rate_v1
- Alphabetic
- Public
- Protected
Type Members
- 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()
- 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()
- 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()
- 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()
- 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()
- 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()
Value Members
- object RequestProto
- object ResponseProto
- object StreamForexIndexDetail extends Serializable
- object StreamForexIndexPublic extends Serializable
- object StreamForexIndexServiceResponseDetail extends Serializable
- object StreamForexIndexServiceResponsePublic extends Serializable
- object StreamIndexForexRateServiceRequestV1 extends Serializable
- object StreamIndexForexRateServiceResponseV1 extends Serializable