package aggregates_ohlcv_v1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- 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()
Value Members
- object RequestProto
- object ResponseProto
- object StreamAggregatesOHLCVRequestV1 extends Serializable
- object StreamAggregatesOHLCVResponseV1 extends Serializable