Packages

object StreamMarketUpdateResponseV1 extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMarketUpdateResponseV1
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AdditionalPropertiesEntry(key: String = "", value: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Snapshot(asks: Seq[Order] = _root_.scala.Seq.empty, bids: Seq[Order] = _root_.scala.Seq.empty, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    Snapshot is an orderbook snapshot.

    Snapshot is an orderbook snapshot.

    asks

    Asks is the list of asks of the orderbook.

    bids

    Bids is the list of bids of the orderbook.

    Annotations
    @SerialVersionUID()
  3. implicit class StreamMarketUpdateResponseV1Lens[UpperPB] extends AnyRef
  4. sealed abstract class StreamMarketUpdateType extends AnyRef

    StreamMarketUpdateType is event category for a market update.

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 val ADDITIONAL_PROPERTIES_FIELD_NUMBER: Int(14)
  5. final val AMOUNT_FIELD_NUMBER: Int(2)
  6. final val CLASS_FIELD_NUMBER: Int(3)
  7. final val CODE_FIELD_NUMBER: Int(4)
  8. final val COMMODITY_FIELD_NUMBER: Int(1)
  9. final val EXCHANGE_FIELD_NUMBER: Int(5)
  10. final val ID_FIELD_NUMBER: Int(7)
  11. final val PRICE_FIELD_NUMBER: Int(8)
  12. final val SEQUENCE_ID_FIELD_NUMBER: Int(6)
  13. final val SNAPSHOT_FIELD_NUMBER: Int(13)
  14. final val TS_COLLECTION_FIELD_NUMBER: Int(10)
  15. final val TS_EVENT_FIELD_NUMBER: Int(11)
  16. final val TS_EXCHANGE_FIELD_NUMBER: Int(9)
  17. final val UPDATE_TYPE_FIELD_NUMBER: Int(12)
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. lazy val defaultInstance: <error>
  21. def enumCompanionForFieldNumber(__fieldNumber: Int): <error> forSome {type _$5}
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def javaDescriptor: <error>
  29. implicit def messageCompanion: <error>
  30. def messageCompanionForFieldNumber(__number: Int): <error> forSome {type _$1}
  31. implicit def messageReads: <error>
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. lazy val nestedMessagesCompanions: Seq[<error> forSome {type _$3}]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def of(commodity: StreamMarketUpdateCommodity, amount: Double, _class: String, code: String, exchange: String, sequenceId: String, id: String, price: Double, tsExchange: Option[TimestampValue], tsCollection: Option[TimestampValue], tsEvent: Option[<error>], updateType: StreamMarketUpdateType, snapshot: Option[Snapshot], additionalProperties: Map[String, String]): StreamMarketUpdateResponseV1
  37. def parseFrom(_input__: <error>): StreamMarketUpdateResponseV1
  38. def scalaDescriptor: <error>
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. object AdditionalPropertiesEntry extends Serializable
  45. object Snapshot extends Serializable
  46. object StreamMarketUpdateType

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped