Packages

p

com.kaiko.sdk.stream

aggregates_spot_exchange_rate_v2

package aggregates_spot_exchange_rate_v2

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamAggregatesSpotExchangeRateV2RequestV1(assets: Option[Assets] = _root_.scala.None, window: Option[<error>] = _root_.scala.None, includeExchanges: Seq[String] = _root_.scala.Seq.empty, excludeExchanges: Seq[String] = _root_.scala.Seq.empty, updateFrequency: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatesSpotExchangeRateV2RequestV1

    StreamAggregatesSpotExchangeRateV2RequestV1

    assets

    base/quote assets.

    window

    Sliding Window duration (duration string, ex: 1m).

    includeExchanges

    list of exchange code to include.

    excludeExchanges

    list of exchange code to exclude.

    updateFrequency

    Update frequency (duration string, ex: 1m).

    Annotations
    @SerialVersionUID()
  2. final case class StreamAggregatesSpotExchangeRateV2ResponseV1(assets: Option[Assets] = _root_.scala.None, price: Double = 0.0, timestamp: Option[<error>] = _root_.scala.None, window: Option[Window] = _root_.scala.None, noTrade: Boolean = false, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatesSpotExchangeRateV2ResponseV1

    StreamAggregatesSpotExchangeRateV2ResponseV1

    assets

    Sliding Window (duration string, ex: 1m).

    price

    Price for the trade.

    timestamp

    Timestamp of event.

    window

    Window information.

    noTrade

    NoTrade: no trade happened during the window.

    Annotations
    @SerialVersionUID()

Ungrouped