Packages

package trades_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

    StreamTradesRequestV1

    StreamTradesRequestV1

    instrumentCriteria

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

    Annotations
    @SerialVersionUID()
  2. 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

    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()

Ungrouped