final case class StreamIndexForexRateServiceResponseV1(indexCode: String = "", commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, interval: Option[DataInterval] = _root_.scala.None, composition: Option[StreamForexIndexServiceResponsePublic] = _root_.scala.None, price: Double = 0.0, tsEvent: Option[<error>] = _root_.scala.None, detail: Option[StreamForexIndexServiceResponseDetail] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamIndexForexRateServiceResponseV1

indexCode

Index code.

commodity

Event type.

interval

Data interval.

composition

Coimposition of the forex rate.

price

Price.

tsEvent

TSEvent

detail

Detail property.

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

    indexCode

    Index code.

    commodity

    Event type.

    interval

    Data interval.

    composition

    Coimposition of the forex rate.

    price

    Price.

    tsEvent

    TSEvent

    detail

    Detail property.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearComposition: StreamIndexForexRateServiceResponseV1
  6. def clearDetail: StreamIndexForexRateServiceResponseV1
  7. def clearInterval: StreamIndexForexRateServiceResponseV1
  8. def clearTsEvent: StreamIndexForexRateServiceResponseV1
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val commodity: StreamIndexCommodity
  11. def companion: StreamIndexForexRateServiceResponseV1.type
  12. val composition: Option[StreamForexIndexServiceResponsePublic]
  13. val detail: Option[StreamForexIndexServiceResponseDetail]
  14. def discardUnknownFields: <error>
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getComposition: StreamForexIndexServiceResponsePublic
  19. def getDetail: StreamForexIndexServiceResponseDetail
  20. def getField(__field: <error>): <error>
  21. def getFieldByNumber(__fieldNumber: Int): Any
  22. def getInterval: DataInterval
  23. def getTsEvent: <error>
  24. val indexCode: String
  25. val interval: Option[DataInterval]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val price: Double
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toProtoString: String
  35. val tsEvent: Option[<error>]
  36. val unknownFields: <error>
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withCommodity(__v: StreamIndexCommodity): StreamIndexForexRateServiceResponseV1
  41. def withComposition(__v: StreamForexIndexServiceResponsePublic): StreamIndexForexRateServiceResponseV1
  42. def withDetail(__v: StreamForexIndexServiceResponseDetail): StreamIndexForexRateServiceResponseV1
  43. def withIndexCode(__v: String): StreamIndexForexRateServiceResponseV1
  44. def withInterval(__v: DataInterval): StreamIndexForexRateServiceResponseV1
  45. def withPrice(__v: Double): StreamIndexForexRateServiceResponseV1
  46. def withTsEvent(__v: <error>): StreamIndexForexRateServiceResponseV1
  47. def withUnknownFields(__v: <error>): <error>
  48. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped