final case class StreamIndexMultiAssetsServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", exchanges: Seq[String] = _root_.scala.Seq.empty, instrumentInterval: Option[DataInterval] = _root_.scala.None, currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.

underlyingInstrument

Underlying rate of the indices.

base

Base.

quote

Quote.

exchanges

Exchanges.

instrumentInterval

Data interval.

currencyConversion

Currency conversion.

tsEvent

Timestamp (tick) of underlying rate ts.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamIndexMultiAssetsServiceResponseComposition
  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 StreamIndexMultiAssetsServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", exchanges: Seq[String] = _root_.scala.Seq.empty, instrumentInterval: Option[DataInterval] = _root_.scala.None, currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    underlyingInstrument

    Underlying rate of the indices.

    base

    Base.

    quote

    Quote.

    exchanges

    Exchanges.

    instrumentInterval

    Data interval.

    currencyConversion

    Currency conversion.

    tsEvent

    Timestamp (tick) of underlying rate ts.

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 addAllExchanges(__vs: Iterable[String]): StreamIndexMultiAssetsServiceResponseComposition
  5. def addExchanges(__vs: String*): StreamIndexMultiAssetsServiceResponseComposition
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val base: String
  8. def clearExchanges: <error>
  9. def clearInstrumentInterval: StreamIndexMultiAssetsServiceResponseComposition
  10. def clearTsEvent: StreamIndexMultiAssetsServiceResponseComposition
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def companion: StreamIndexMultiAssetsServiceResponseComposition.type
  13. val currencyConversion: String
  14. def discardUnknownFields: <error>
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val exchanges: Seq[String]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getField(__field: <error>): <error>
  20. def getFieldByNumber(__fieldNumber: Int): Any
  21. def getInstrumentInterval: DataInterval
  22. def getTsEvent: <error>
  23. val instrumentInterval: Option[DataInterval]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val quote: String
  30. def serializedSize: Int
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toProtoString: String
  33. val tsEvent: Option[<error>]
  34. val underlyingInstrument: String
  35. val unknownFields: <error>
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withBase(__v: String): StreamIndexMultiAssetsServiceResponseComposition
  40. def withCurrencyConversion(__v: String): StreamIndexMultiAssetsServiceResponseComposition
  41. def withExchanges(__v: Seq[String]): StreamIndexMultiAssetsServiceResponseComposition
  42. def withInstrumentInterval(__v: DataInterval): StreamIndexMultiAssetsServiceResponseComposition
  43. def withQuote(__v: String): StreamIndexMultiAssetsServiceResponseComposition
  44. def withTsEvent(__v: <error>): StreamIndexMultiAssetsServiceResponseComposition
  45. def withUnderlyingInstrument(__v: String): StreamIndexMultiAssetsServiceResponseComposition
  46. def withUnknownFields(__v: <error>): <error>
  47. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped