final case class StreamIndexServiceResponseV1(indexCode: String = "", commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, interval: Option[DataInterval] = _root_.scala.None, quote: String = "", bases: Seq[StreamIndexServiceResponseBaseAsset] = _root_.scala.Seq.empty, exchanges: Seq[String] = _root_.scala.Seq.empty, percentages: Seq[StreamIndexServiceResponsePercentage] = _root_.scala.Seq.empty, tsEvent: Option[<error>] = _root_.scala.None, sequenceId: String = "", lastIngestTime: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamIndexServiceResponseV1

indexCode

Index code.

commodity

Event type.

interval

Data interval.

quote

Quote.

bases

Bases.

exchanges

Exchanges.

percentages

Detailed computation by percentage.

tsEvent

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

sequenceId

Sequence ID for event. Sortable in lexicographic order.

lastIngestTime

Last internal ingest date used for computation. Useful for replication purposes.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamIndexServiceResponseV1
  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 StreamIndexServiceResponseV1(indexCode: String = "", commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, interval: Option[DataInterval] = _root_.scala.None, quote: String = "", bases: Seq[StreamIndexServiceResponseBaseAsset] = _root_.scala.Seq.empty, exchanges: Seq[String] = _root_.scala.Seq.empty, percentages: Seq[StreamIndexServiceResponsePercentage] = _root_.scala.Seq.empty, tsEvent: Option[<error>] = _root_.scala.None, sequenceId: String = "", lastIngestTime: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    indexCode

    Index code.

    commodity

    Event type.

    interval

    Data interval.

    quote

    Quote.

    bases

    Bases.

    exchanges

    Exchanges.

    percentages

    Detailed computation by percentage.

    tsEvent

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

    sequenceId

    Sequence ID for event. Sortable in lexicographic order.

    lastIngestTime

    Last internal ingest date used for computation. Useful for replication purposes.

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 addAllBases(__vs: Iterable[StreamIndexServiceResponseBaseAsset]): StreamIndexServiceResponseV1
  5. def addAllExchanges(__vs: Iterable[String]): StreamIndexServiceResponseV1
  6. def addAllPercentages(__vs: Iterable[StreamIndexServiceResponsePercentage]): StreamIndexServiceResponseV1
  7. def addBases(__vs: StreamIndexServiceResponseBaseAsset*): StreamIndexServiceResponseV1
  8. def addExchanges(__vs: String*): StreamIndexServiceResponseV1
  9. def addPercentages(__vs: StreamIndexServiceResponsePercentage*): StreamIndexServiceResponseV1
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bases: Seq[StreamIndexServiceResponseBaseAsset]
  12. def clearBases: <error>
  13. def clearExchanges: <error>
  14. def clearInterval: StreamIndexServiceResponseV1
  15. def clearLastIngestTime: StreamIndexServiceResponseV1
  16. def clearPercentages: <error>
  17. def clearTsEvent: StreamIndexServiceResponseV1
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. val commodity: StreamIndexCommodity
  20. def companion: StreamIndexServiceResponseV1.type
  21. def discardUnknownFields: <error>
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val exchanges: Seq[String]
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getField(__field: <error>): <error>
  27. def getFieldByNumber(__fieldNumber: Int): Any
  28. def getInterval: DataInterval
  29. def getLastIngestTime: <error>
  30. def getTsEvent: <error>
  31. val indexCode: String
  32. val interval: Option[DataInterval]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val lastIngestTime: Option[<error>]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val percentages: Seq[StreamIndexServiceResponsePercentage]
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. val quote: String
  41. val sequenceId: String
  42. def serializedSize: Int
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toProtoString: String
  45. val tsEvent: Option[<error>]
  46. val unknownFields: <error>
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. def withBases(__v: Seq[StreamIndexServiceResponseBaseAsset]): StreamIndexServiceResponseV1
  51. def withCommodity(__v: StreamIndexCommodity): StreamIndexServiceResponseV1
  52. def withExchanges(__v: Seq[String]): StreamIndexServiceResponseV1
  53. def withIndexCode(__v: String): StreamIndexServiceResponseV1
  54. def withInterval(__v: DataInterval): StreamIndexServiceResponseV1
  55. def withLastIngestTime(__v: <error>): StreamIndexServiceResponseV1
  56. def withPercentages(__v: Seq[StreamIndexServiceResponsePercentage]): StreamIndexServiceResponseV1
  57. def withQuote(__v: String): StreamIndexServiceResponseV1
  58. def withSequenceId(__v: String): StreamIndexServiceResponseV1
  59. def withTsEvent(__v: <error>): StreamIndexServiceResponseV1
  60. def withUnknownFields(__v: <error>): <error>
  61. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped