Packages

p

com.kaiko.sdk.stream

aggregates_ohlcv_v1

package aggregates_ohlcv_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamAggregatesOHLCVRequestV1(instrumentCriteria: Option[InstrumentCriteria] = _root_.scala.None, aggregate: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatesOHLCVRequestV1

    StreamAggregatesOHLCVRequestV1

    instrumentCriteria

    InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.

    aggregate

    Aggregate value (1s, 1m, 1h).

    Annotations
    @SerialVersionUID()
  2. final case class StreamAggregatesOHLCVResponseV1(aggregate: String = "", _class: String = "", close: String = "", exchange: String = "", high: String = "", low: String = "", open: String = "", sequenceId: String = "", code: String = "", timestamp: Option[<error>] = _root_.scala.None, uid: String = "", volume: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatesOHLCVResponseV1

    StreamAggregatesOHLCVResponseV1

    aggregate

    Aggregate (interval).

    _class

    Instrument class.

    close

    Close value of OHLCV.

    exchange

    Instrument exchange.

    high

    High value of OHLCV.

    low

    Low value of OHLCV.

    open

    Open value of OHLCV.

    sequenceId

    Sequence ID for event. Sortable in lexicographic order.

    code

    Instrument code.

    timestamp

    Timestamp of event.

    uid

    UID is timestamp truncated to interval of OHLCV.

    volume

    Volume of OHLCV.

    Annotations
    @SerialVersionUID()

Ungrouped