final case class StreamIndexMultiAssetsServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamIndexMultiAssetsServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamIndexMultiAssetsServiceResponsePrices] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, tsCompute: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamIndexServiceResponseV1

commodity

Event type.

indexCode

Index code.

interval

Data interval.

mainQuote

Quote.

compositions

List of rates used in indices.

price

Price of the indice.

tsEvent

Event generation timestamp (event created by Kaiko), after normalization.

tsCompute

Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamIndexMultiAssetsServiceResponseV1
  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 StreamIndexMultiAssetsServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamIndexMultiAssetsServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamIndexMultiAssetsServiceResponsePrices] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, tsCompute: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    commodity

    Event type.

    indexCode

    Index code.

    interval

    Data interval.

    mainQuote

    Quote.

    compositions

    List of rates used in indices.

    price

    Price of the indice.

    tsEvent

    Event generation timestamp (event created by Kaiko), after normalization.

    tsCompute

    Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).

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 addAllCompositions(__vs: Iterable[StreamIndexMultiAssetsServiceResponseComposition]): StreamIndexMultiAssetsServiceResponseV1
  5. def addCompositions(__vs: StreamIndexMultiAssetsServiceResponseComposition*): StreamIndexMultiAssetsServiceResponseV1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearCompositions: <error>
  8. def clearInterval: StreamIndexMultiAssetsServiceResponseV1
  9. def clearPrice: StreamIndexMultiAssetsServiceResponseV1
  10. def clearTsCompute: StreamIndexMultiAssetsServiceResponseV1
  11. def clearTsEvent: StreamIndexMultiAssetsServiceResponseV1
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val commodity: StreamIndexCommodity
  14. def companion: StreamIndexMultiAssetsServiceResponseV1.type
  15. val compositions: Seq[StreamIndexMultiAssetsServiceResponseComposition]
  16. def discardUnknownFields: <error>
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getField(__field: <error>): <error>
  21. def getFieldByNumber(__fieldNumber: Int): Any
  22. def getInterval: DataInterval
  23. def getPrice: StreamIndexMultiAssetsServiceResponsePrices
  24. def getTsCompute: <error>
  25. def getTsEvent: <error>
  26. val indexCode: String
  27. val interval: Option[DataInterval]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val mainQuote: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val price: Option[StreamIndexMultiAssetsServiceResponsePrices]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def serializedSize: Int
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toProtoString: String
  38. val tsCompute: Option[<error>]
  39. val tsEvent: Option[<error>]
  40. val unknownFields: <error>
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withCommodity(__v: StreamIndexCommodity): StreamIndexMultiAssetsServiceResponseV1
  45. def withCompositions(__v: Seq[StreamIndexMultiAssetsServiceResponseComposition]): StreamIndexMultiAssetsServiceResponseV1
  46. def withIndexCode(__v: String): StreamIndexMultiAssetsServiceResponseV1
  47. def withInterval(__v: DataInterval): StreamIndexMultiAssetsServiceResponseV1
  48. def withMainQuote(__v: String): StreamIndexMultiAssetsServiceResponseV1
  49. def withPrice(__v: StreamIndexMultiAssetsServiceResponsePrices): StreamIndexMultiAssetsServiceResponseV1
  50. def withTsCompute(__v: <error>): StreamIndexMultiAssetsServiceResponseV1
  51. def withTsEvent(__v: <error>): StreamIndexMultiAssetsServiceResponseV1
  52. def withUnknownFields(__v: <error>): <error>
  53. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped