final case class StreamExoticIndicesServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamExoticIndicesServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamExoticIndicesServiceResponsePrices] = _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 is the response for the exotic indices.

commodity

Event type.

indexCode

Index code.

interval

Data interval.

mainQuote

Quote.

compositions

List of indices compositions.

price

Price of the indice.

tsEvent

Event generation timestamp (event created by Kaiko).

tsCompute

Timestamp of computation.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamExoticIndicesServiceResponseV1
  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 StreamExoticIndicesServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamExoticIndicesServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamExoticIndicesServiceResponsePrices] = _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 indices compositions.

    price

    Price of the indice.

    tsEvent

    Event generation timestamp (event created by Kaiko).

    tsCompute

    Timestamp of computation.

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[StreamExoticIndicesServiceResponseComposition]): StreamExoticIndicesServiceResponseV1
  5. def addCompositions(__vs: StreamExoticIndicesServiceResponseComposition*): StreamExoticIndicesServiceResponseV1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearCompositions: <error>
  8. def clearInterval: StreamExoticIndicesServiceResponseV1
  9. def clearPrice: StreamExoticIndicesServiceResponseV1
  10. def clearTsCompute: StreamExoticIndicesServiceResponseV1
  11. def clearTsEvent: StreamExoticIndicesServiceResponseV1
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val commodity: StreamIndexCommodity
  14. def companion: StreamExoticIndicesServiceResponseV1.type
  15. val compositions: Seq[StreamExoticIndicesServiceResponseComposition]
  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: StreamExoticIndicesServiceResponsePrices
  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[StreamExoticIndicesServiceResponsePrices]
  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): StreamExoticIndicesServiceResponseV1
  45. def withCompositions(__v: Seq[StreamExoticIndicesServiceResponseComposition]): StreamExoticIndicesServiceResponseV1
  46. def withIndexCode(__v: String): StreamExoticIndicesServiceResponseV1
  47. def withInterval(__v: DataInterval): StreamExoticIndicesServiceResponseV1
  48. def withMainQuote(__v: String): StreamExoticIndicesServiceResponseV1
  49. def withPrice(__v: StreamExoticIndicesServiceResponsePrices): StreamExoticIndicesServiceResponseV1
  50. def withTsCompute(__v: <error>): StreamExoticIndicesServiceResponseV1
  51. def withTsEvent(__v: <error>): StreamExoticIndicesServiceResponseV1
  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