Packages

final case class StreamAggregatesDirectExchangeRateV2RequestV1(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

StreamAggregatesDirectExchangeRateV1RequestV1

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()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamAggregatesDirectExchangeRateV2RequestV1
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamAggregatesDirectExchangeRateV2RequestV1(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)

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllExcludeExchanges(__vs: Iterable[String]): StreamAggregatesDirectExchangeRateV2RequestV1
  5. def addAllIncludeExchanges(__vs: Iterable[String]): StreamAggregatesDirectExchangeRateV2RequestV1
  6. def addExcludeExchanges(__vs: String*): StreamAggregatesDirectExchangeRateV2RequestV1
  7. def addIncludeExchanges(__vs: String*): StreamAggregatesDirectExchangeRateV2RequestV1
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val assets: Option[Assets]
  10. def clearAssets: StreamAggregatesDirectExchangeRateV2RequestV1
  11. def clearExcludeExchanges: <error>
  12. def clearIncludeExchanges: <error>
  13. def clearUpdateFrequency: StreamAggregatesDirectExchangeRateV2RequestV1
  14. def clearWindow: StreamAggregatesDirectExchangeRateV2RequestV1
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def companion: StreamAggregatesDirectExchangeRateV2RequestV1.type
  17. def discardUnknownFields: <error>
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val excludeExchanges: Seq[String]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def getAssets: Assets
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getField(__field: <error>): <error>
  24. def getFieldByNumber(__fieldNumber: Int): Any
  25. def getUpdateFrequency: <error>
  26. def getWindow: <error>
  27. val includeExchanges: Seq[String]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def serializedSize: Int
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toProtoString: String
  36. val unknownFields: <error>
  37. val updateFrequency: Option[<error>]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. val window: Option[<error>]
  42. def withAssets(__v: Assets): StreamAggregatesDirectExchangeRateV2RequestV1
  43. def withExcludeExchanges(__v: Seq[String]): StreamAggregatesDirectExchangeRateV2RequestV1
  44. def withIncludeExchanges(__v: Seq[String]): StreamAggregatesDirectExchangeRateV2RequestV1
  45. def withUnknownFields(__v: <error>): <error>
  46. def withUpdateFrequency(__v: <error>): StreamAggregatesDirectExchangeRateV2RequestV1
  47. def withWindow(__v: <error>): StreamAggregatesDirectExchangeRateV2RequestV1
  48. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped