Packages

p

com.kaiko.sdk.stream

aggregated_price_v1

package aggregated_price_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. 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()
  3. 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()

Ungrouped