Packages

object Snapshot extends Serializable

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

Type Members

  1. final case class Order(amount: Double = 0.0, price: Double = 0.0, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    Order is a amount at a price level.

    Order is a amount at a price level.

    amount

    Amount / quantity of asset bought or sold, displayed in base currency.

    price

    Price for quote currency.

    Annotations
    @SerialVersionUID()
  2. implicit class SnapshotLens[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 ASKS_FIELD_NUMBER: Int(1)
  5. final val BIDS_FIELD_NUMBER: Int(2)
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. lazy val defaultInstance: <error>
  9. def enumCompanionForFieldNumber(__fieldNumber: Int): <error> forSome {type _$10}
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def javaDescriptor: <error>
  17. implicit def messageCompanion: <error>
  18. def messageCompanionForFieldNumber(__number: Int): <error> forSome {type _$6}
  19. implicit def messageReads: <error>
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. lazy val nestedMessagesCompanions: Seq[<error> forSome {type _$8}]
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def of(asks: Seq[Order], bids: Seq[Order]): Snapshot
  25. def parseFrom(_input__: <error>): Snapshot
  26. def scalaDescriptor: <error>
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. object Order extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped