Packages

final case class StreamAggregatesOHLCVResponseV1(aggregate: String = "", _class: String = "", close: String = "", exchange: String = "", high: String = "", low: String = "", open: String = "", sequenceId: String = "", code: String = "", timestamp: Option[<error>] = _root_.scala.None, uid: String = "", volume: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamAggregatesOHLCVResponseV1

aggregate

Aggregate (interval).

_class

Instrument class.

close

Close value of OHLCV.

exchange

Instrument exchange.

high

High value of OHLCV.

low

Low value of OHLCV.

open

Open value of OHLCV.

sequenceId

Sequence ID for event. Sortable in lexicographic order.

code

Instrument code.

timestamp

Timestamp of event.

uid

UID is timestamp truncated to interval of OHLCV.

volume

Volume of OHLCV.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamAggregatesOHLCVResponseV1
  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 StreamAggregatesOHLCVResponseV1(aggregate: String = "", _class: String = "", close: String = "", exchange: String = "", high: String = "", low: String = "", open: String = "", sequenceId: String = "", code: String = "", timestamp: Option[<error>] = _root_.scala.None, uid: String = "", volume: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    aggregate

    Aggregate (interval).

    _class

    Instrument class.

    close

    Close value of OHLCV.

    exchange

    Instrument exchange.

    high

    High value of OHLCV.

    low

    Low value of OHLCV.

    open

    Open value of OHLCV.

    sequenceId

    Sequence ID for event. Sortable in lexicographic order.

    code

    Instrument code.

    timestamp

    Timestamp of event.

    uid

    UID is timestamp truncated to interval of OHLCV.

    volume

    Volume of OHLCV.

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 _class: String
  5. val aggregate: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearTimestamp: StreamAggregatesOHLCVResponseV1
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val close: String
  10. val code: String
  11. def companion: StreamAggregatesOHLCVResponseV1.type
  12. def discardUnknownFields: <error>
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val exchange: String
  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 getField(__field: <error>): <error>
  18. def getFieldByNumber(__fieldNumber: Int): Any
  19. def getTimestamp: <error>
  20. val high: String
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val low: 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. val open: String
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val sequenceId: String
  29. def serializedSize: Int
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val timestamp: Option[<error>]
  32. def toProtoString: String
  33. val uid: String
  34. val unknownFields: <error>
  35. val volume: String
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withAggregate(__v: String): StreamAggregatesOHLCVResponseV1
  40. def withClose(__v: String): StreamAggregatesOHLCVResponseV1
  41. def withCode(__v: String): StreamAggregatesOHLCVResponseV1
  42. def withExchange(__v: String): StreamAggregatesOHLCVResponseV1
  43. def withHigh(__v: String): StreamAggregatesOHLCVResponseV1
  44. def withLow(__v: String): StreamAggregatesOHLCVResponseV1
  45. def withOpen(__v: String): StreamAggregatesOHLCVResponseV1
  46. def withSequenceId(__v: String): StreamAggregatesOHLCVResponseV1
  47. def withTimestamp(__v: <error>): StreamAggregatesOHLCVResponseV1
  48. def withUid(__v: String): StreamAggregatesOHLCVResponseV1
  49. def withUnknownFields(__v: <error>): <error>
  50. def withVolume(__v: String): StreamAggregatesOHLCVResponseV1
  51. def with_Class(__v: String): StreamAggregatesOHLCVResponseV1
  52. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped