final case class StreamTradesResponseV1(additionalProperties: Map[String, String] = _root_.scala.collection.immutable.Map.empty, amount: Double = 0.0, _class: String = "", code: String = "", exchange: String = "", sequenceId: String = "", id: String = "", price: Double = 0.0, side: TradeSide = com.kaiko.sdk.stream.trades_v1.StreamTradesResponseV1.TradeSide.UNKNOWN, tsExchange: Option[TimestampValue] = _root_.scala.None, tsCollection: Option[TimestampValue] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamTradesResponseV1
- additionalProperties
Additionnal properties, specific to the exchange.
- amount
Amount / quantity of asset bought or sold, displayed in base currency.
- _class
Instrument class, empty when instrument not mapped.
- code
Instrument code, empty when instrument not mapped.
- exchange
Instrument exchange code, for example "cbse" (Coinbase).
- sequenceId
Sequence ID for event. Sortable in lexicographic order.
- id
Trade ID, empty string when not present.
- price
Price for the trade.
- side
Trade side.
- tsExchange
Timestamp of trade, when provided by the exchange.
- tsCollection
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- StreamTradesResponseV1
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StreamTradesResponseV1(additionalProperties: Map[String, String] = _root_.scala.collection.immutable.Map.empty, amount: Double = 0.0, _class: String = "", code: String = "", exchange: String = "", sequenceId: String = "", id: String = "", price: Double = 0.0, side: TradeSide = com.kaiko.sdk.stream.trades_v1.StreamTradesResponseV1.TradeSide.UNKNOWN, tsExchange: Option[TimestampValue] = _root_.scala.None, tsCollection: Option[TimestampValue] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)
- additionalProperties
Additionnal properties, specific to the exchange.
- amount
Amount / quantity of asset bought or sold, displayed in base currency.
- _class
Instrument class, empty when instrument not mapped.
- code
Instrument code, empty when instrument not mapped.
- exchange
Instrument exchange code, for example "cbse" (Coinbase).
- sequenceId
Sequence ID for event. Sortable in lexicographic order.
- id
Trade ID, empty string when not present.
- price
Price for the trade.
- side
Trade side.
- tsExchange
Timestamp of trade, when provided by the exchange.
- tsCollection
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
- tsEvent
Event generation timestamp (event created by Kaiko), after normalization.
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
- def addAdditionalProperties(__vs: (String, String)*): StreamTradesResponseV1
- def addAllAdditionalProperties(__vs: Iterable[(String, String)]): StreamTradesResponseV1
- val additionalProperties: Map[String, String]
- val amount: Double
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdditionalProperties: <error>
- def clearTsCollection: StreamTradesResponseV1
- def clearTsEvent: StreamTradesResponseV1
- def clearTsExchange: StreamTradesResponseV1
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val code: String
- def companion: StreamTradesResponseV1.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 getTsCollection: TimestampValue
- def getTsEvent: <error>
- def getTsExchange: TimestampValue
- val id: String
- 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
- val side: TradeSide
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toProtoString: String
- val tsCollection: Option[TimestampValue]
- val tsEvent: Option[<error>]
- val tsExchange: Option[TimestampValue]
- 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 withAdditionalProperties(__v: Map[String, String]): StreamTradesResponseV1
- def withAmount(__v: Double): StreamTradesResponseV1
- def withCode(__v: String): StreamTradesResponseV1
- def withExchange(__v: String): StreamTradesResponseV1
- def withId(__v: String): StreamTradesResponseV1
- def withPrice(__v: Double): StreamTradesResponseV1
- def withSequenceId(__v: String): StreamTradesResponseV1
- def withSide(__v: TradeSide): StreamTradesResponseV1
- def withTsCollection(__v: TimestampValue): StreamTradesResponseV1
- def withTsEvent(__v: <error>): StreamTradesResponseV1
- def withTsExchange(__v: TimestampValue): StreamTradesResponseV1
- def withUnknownFields(__v: <error>): <error>
- def with_Class(__v: String): StreamTradesResponseV1
- def writeTo(_output__: <error>): Unit