package aggregates_spot_exchange_rate_v2
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- 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()
Value Members
- object RequestProto
- object ResponseProto
- object StreamAggregatesSpotExchangeRateV2RequestV1 extends Serializable
- object StreamAggregatesSpotExchangeRateV2ResponseV1 extends Serializable