Packages

final case class StreamAggregatedStatePriceResponseV1(datetime: Option[<error>] = _root_.scala.None, base: String = "", aggregatedPriceUsd: String = "", aggregatedPriceLst: String = "", tsEvent: Option[<error>] = _root_.scala.None, lstQuote: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamAggregatedStatePriceResponseV1

datetime

datetime is the timestamp of the datapoint

base

base is the base currency of the pair

aggregatedPriceUsd

aggregated_price_usd is the aggregated price in USD

aggregatedPriceLst

aggregated_price_lst is the aggregated price in LST quote token

tsEvent

ts_event is the timestamp of the event

lstQuote

lst_quote is the lst quote currency

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamAggregatedStatePriceResponseV1
  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 StreamAggregatedStatePriceResponseV1(datetime: Option[<error>] = _root_.scala.None, base: String = "", aggregatedPriceUsd: String = "", aggregatedPriceLst: String = "", tsEvent: Option[<error>] = _root_.scala.None, lstQuote: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    datetime

    datetime is the timestamp of the datapoint

    base

    base is the base currency of the pair

    aggregatedPriceUsd

    aggregated_price_usd is the aggregated price in USD

    aggregatedPriceLst

    aggregated_price_lst is the aggregated price in LST quote token

    tsEvent

    ts_event is the timestamp of the event

    lstQuote

    lst_quote is the lst quote currency

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. val aggregatedPriceLst: String
  5. val aggregatedPriceUsd: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val base: String
  8. def clearDatetime: StreamAggregatedStatePriceResponseV1
  9. def clearTsEvent: StreamAggregatedStatePriceResponseV1
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: StreamAggregatedStatePriceResponseV1.type
  12. val datetime: Option[<error>]
  13. def discardUnknownFields: <error>
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDatetime: <error>
  18. def getField(__field: <error>): <error>
  19. def getFieldByNumber(__fieldNumber: Int): Any
  20. def getTsEvent: <error>
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val lstQuote: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toProtoString: String
  30. val tsEvent: Option[<error>]
  31. val unknownFields: <error>
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def withAggregatedPriceLst(__v: String): StreamAggregatedStatePriceResponseV1
  36. def withAggregatedPriceUsd(__v: String): StreamAggregatedStatePriceResponseV1
  37. def withBase(__v: String): StreamAggregatedStatePriceResponseV1
  38. def withDatetime(__v: <error>): StreamAggregatedStatePriceResponseV1
  39. def withLstQuote(__v: String): StreamAggregatedStatePriceResponseV1
  40. def withTsEvent(__v: <error>): StreamAggregatedStatePriceResponseV1
  41. def withUnknownFields(__v: <error>): <error>
  42. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped