final case class StreamExoticIndicesServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
StreamExoticIndicesServiceResponseComposition is the composition used to compute the index.
- underlyingInstrument
Underlying rate of the indices.
- base
Base.
- quote
Quote.
- currencyConversion
Currency conversion.
- tsEvent
Timestamp (tick) of underlying rate ts.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamExoticIndicesServiceResponseComposition
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamExoticIndicesServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)
- underlyingInstrument
Underlying rate of the indices.
- base
Base.
- quote
Quote.
- currencyConversion
Currency conversion.
- tsEvent
Timestamp (tick) of underlying rate ts.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: String
- def clearTsEvent: StreamExoticIndicesServiceResponseComposition
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: StreamExoticIndicesServiceResponseComposition.type
- val currencyConversion: String
- def discardUnknownFields: <error>
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: <error>): <error>
- def getFieldByNumber(__fieldNumber: Int): Any
- def getTsEvent: <error>
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val quote: String
- def serializedSize: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toProtoString: String
- val tsEvent: Option[<error>]
- val underlyingInstrument: String
- val unknownFields: <error>
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withBase(__v: String): StreamExoticIndicesServiceResponseComposition
- def withCurrencyConversion(__v: String): StreamExoticIndicesServiceResponseComposition
- def withQuote(__v: String): StreamExoticIndicesServiceResponseComposition
- def withTsEvent(__v: <error>): StreamExoticIndicesServiceResponseComposition
- def withUnderlyingInstrument(__v: String): StreamExoticIndicesServiceResponseComposition
- def withUnknownFields(__v: <error>): <error>
- def writeTo(_output__: <error>): Unit