com.kaiko.sdk.stream.aggregates_vwap_v1
StreamAggregatesVWAPResponseV1
Companion object StreamAggregatesVWAPResponseV1
final case class StreamAggregatesVWAPResponseV1(aggregate: String = "", _class: String = "", code: String = "", exchange: String = "", sequenceId: String = "", price: Double = 0.0, tsEvent: Option[<error>] = _root_.scala.None, uid: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamAggregatesVWAPResponseV1
- aggregate
Aggregate (interval).
- _class
Instrument class, empty when instrument not mapped.
- code
Instrument code, empty when instrument not mapped.
- exchange
Instrument exchange.
- sequenceId
Sequence ID for event. Sortable in lexicographic order.
- price
Price for the trade.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
- uid
UID is timestamp truncated to interval of OHLCV.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- StreamAggregatesVWAPResponseV1
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StreamAggregatesVWAPResponseV1(aggregate: String = "", _class: String = "", code: String = "", exchange: String = "", sequenceId: String = "", price: Double = 0.0, tsEvent: Option[<error>] = _root_.scala.None, uid: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)
- aggregate
Aggregate (interval).
- _class
Instrument class, empty when instrument not mapped.
- code
Instrument code, empty when instrument not mapped.
- exchange
Instrument exchange.
- sequenceId
Sequence ID for event. Sortable in lexicographic order.
- price
Price for the trade.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
- uid
UID is timestamp truncated to interval 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 clearTsEvent: StreamAggregatesVWAPResponseV1
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val code: String
- def companion: StreamAggregatesVWAPResponseV1.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 getTsEvent: <error>
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 price: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequenceId: String
- def serializedSize: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toProtoString: String
- val tsEvent: Option[<error>]
- val uid: String
- val unknownFields: <error>
- 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): StreamAggregatesVWAPResponseV1
- def withCode(__v: String): StreamAggregatesVWAPResponseV1
- def withExchange(__v: String): StreamAggregatesVWAPResponseV1
- def withPrice(__v: Double): StreamAggregatesVWAPResponseV1
- def withSequenceId(__v: String): StreamAggregatesVWAPResponseV1
- def withTsEvent(__v: <error>): StreamAggregatesVWAPResponseV1
- def withUid(__v: String): StreamAggregatesVWAPResponseV1
- def withUnknownFields(__v: <error>): <error>
- def with_Class(__v: String): StreamAggregatesVWAPResponseV1
- def writeTo(_output__: <error>): Unit