c
com.kaiko.sdk.stream.aggregates_ohlcv_v1
StreamAggregatesOHLCVResponseV1
Companion object StreamAggregatesOHLCVResponseV1
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
- 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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamAggregatesOHLCVResponseV1
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new 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)
- 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.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _class: String
- val aggregate: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearTimestamp: StreamAggregatesOHLCVResponseV1
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val close: String
- val code: String
- def companion: StreamAggregatesOHLCVResponseV1.type
- def discardUnknownFields: <error>
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exchange: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: <error>): <error>
- def getFieldByNumber(__fieldNumber: Int): Any
- def getTimestamp: <error>
- val high: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val low: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val open: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequenceId: String
- def serializedSize: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamp: Option[<error>]
- def toProtoString: String
- val uid: String
- val unknownFields: <error>
- val volume: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAggregate(__v: String): StreamAggregatesOHLCVResponseV1
- def withClose(__v: String): StreamAggregatesOHLCVResponseV1
- def withCode(__v: String): StreamAggregatesOHLCVResponseV1
- def withExchange(__v: String): StreamAggregatesOHLCVResponseV1
- def withHigh(__v: String): StreamAggregatesOHLCVResponseV1
- def withLow(__v: String): StreamAggregatesOHLCVResponseV1
- def withOpen(__v: String): StreamAggregatesOHLCVResponseV1
- def withSequenceId(__v: String): StreamAggregatesOHLCVResponseV1
- def withTimestamp(__v: <error>): StreamAggregatesOHLCVResponseV1
- def withUid(__v: String): StreamAggregatesOHLCVResponseV1
- def withUnknownFields(__v: <error>): <error>
- def withVolume(__v: String): StreamAggregatesOHLCVResponseV1
- def with_Class(__v: String): StreamAggregatesOHLCVResponseV1
- def writeTo(_output__: <error>): Unit