Packages

object StreamOrderBookL2ResponseV1 extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamOrderBookL2ResponseV1
  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. implicit class StreamOrderBookL2ResponseV1Lens[UpperPB] extends AnyRef

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(11)
  5. final val ASKS_FIELD_NUMBER: Int(6)
  6. final val BIDS_FIELD_NUMBER: Int(7)
  7. final val CLASS_FIELD_NUMBER: Int(1)
  8. final val CODE_FIELD_NUMBER: Int(2)
  9. final val EXCHANGE_FIELD_NUMBER: Int(3)
  10. final val SEQUENCE_ID_FIELD_NUMBER: Int(4)
  11. final val TS_COLLECTION_FIELD_NUMBER: Int(9)
  12. final val TS_EVENT_FIELD_NUMBER: Int(10)
  13. final val TS_EXCHANGE_FIELD_NUMBER: Int(8)
  14. final val UPDATE_TYPE_FIELD_NUMBER: Int(5)
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. lazy val defaultInstance: <error>
  18. def enumCompanionForFieldNumber(__fieldNumber: Int): <error> forSome {type _$5}
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def javaDescriptor: <error>
  26. implicit def messageCompanion: <error>
  27. def messageCompanionForFieldNumber(__number: Int): <error> forSome {type _$1}
  28. implicit def messageReads: <error>
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. lazy val nestedMessagesCompanions: Seq[<error> forSome {type _$3}]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def of(_class: String, code: String, exchange: String, sequenceId: String, updateType: StreamOrderBookL2UpdateType, asks: Seq[Order], bids: Seq[Order], tsExchange: Option[TimestampValue], tsCollection: Option[TimestampValue], tsEvent: Option[<error>], additionalProperties: Map[String, String]): StreamOrderBookL2ResponseV1
  34. def parseFrom(_input__: <error>): StreamOrderBookL2ResponseV1
  35. def scalaDescriptor: <error>
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. object AdditionalPropertiesEntry extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped