package aggregated_price_v1
- Alphabetic
- Public
- Protected
Type Members
- final case class StreamAggregatedPriceRequestV1(instrumentClass: String = "", code: String = "", interval: Option[DataInterval] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamAggregatedPriceRequestV1
StreamAggregatedPriceRequestV1
- instrumentClass
Instrument class. See https://docs.kaiko.com/?python#instruments.
- code
Instrument code. See https://docs.kaiko.com/?python#instruments.
- interval
Data interval. For historical data only.
- Annotations
- @SerialVersionUID()
- final case class StreamAggregatedPriceResponseV1(aggregate: String = "", instrumentClass: String = "", code: String = "", value: Option[StreamAggregatedPriceValue] = _root_.scala.None, eventType: EventType = com.kaiko.sdk.stream.aggregated_price_v1.StreamAggregatedPriceResponseV1.EventType.UNKNOWN, tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamAggregatedPriceResponseV1
StreamAggregatedPriceResponseV1
- aggregate
Aggregate (interval).
- instrumentClass
Instrument class. See https://docs.kaiko.com/?python#instruments.
- code
Instrument code. See https://docs.kaiko.com/?python#instruments.
- value
Value is update value (price and volume). Field is absent if the ticker has no update during the aggregate inerval.
- eventType
Event type is ASK or BID.
- tsEvent
Timestamp of event.
- Annotations
- @SerialVersionUID()
- final case class StreamAggregatedPriceValue(price: String = "", volume: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamAggregatedPriceValue is wrapper for update values.
StreamAggregatedPriceValue is wrapper for update values.
- price
Price of top of book entry.
- volume
Volume of top of book entry.
- Annotations
- @SerialVersionUID()
Value Members
- object RequestProto
- object ResponseProto
- object StreamAggregatedPriceRequestV1 extends Serializable
- object StreamAggregatedPriceResponseV1 extends Serializable
- object StreamAggregatedPriceValue extends Serializable