object StreamTradesResponseV1 extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamTradesResponseV1
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AdditionalPropertiesEntry(key: String = "", value: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable
- Annotations
- @SerialVersionUID()
- implicit class StreamTradesResponseV1Lens[UpperPB] extends AnyRef
- sealed abstract class TradeSide extends AnyRef
Side
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 val ADDITIONAL_PROPERTIES_FIELD_NUMBER: Int(1)
- final val AMOUNT_FIELD_NUMBER: Int(2)
- final val CLASS_FIELD_NUMBER: Int(3)
- final val CODE_FIELD_NUMBER: Int(4)
- final val EXCHANGE_FIELD_NUMBER: Int(5)
- final val ID_FIELD_NUMBER: Int(7)
- final val PRICE_FIELD_NUMBER: Int(8)
- final val SEQUENCE_ID_FIELD_NUMBER: Int(6)
- final val SIDE_FIELD_NUMBER: Int(9)
- final val TS_COLLECTION_FIELD_NUMBER: Int(11)
- final val TS_EVENT_FIELD_NUMBER: Int(12)
- final val TS_EXCHANGE_FIELD_NUMBER: Int(10)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: <error>
- def enumCompanionForFieldNumber(__fieldNumber: Int): <error> forSome {type _$5}
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: <error>
- implicit def messageCompanion: <error>
- def messageCompanionForFieldNumber(__number: Int): <error> forSome {type _$1}
- implicit def messageReads: <error>
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[<error> forSome {type _$3}]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(additionalProperties: Map[String, String], amount: Double, _class: String, code: String, exchange: String, sequenceId: String, id: String, price: Double, side: TradeSide, tsExchange: Option[TimestampValue], tsCollection: Option[TimestampValue], tsEvent: Option[<error>]): StreamTradesResponseV1
- def parseFrom(_input__: <error>): StreamTradesResponseV1
- def scalaDescriptor: <error>
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- object AdditionalPropertiesEntry extends Serializable
- object TradeSide