DiffBookDepth class

Order book price and quantity depth updates used to locally manage an order book pushed every second.

https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md#diff-depth-stream

Implemented types

Constructors

DiffBookDepth.fromMap(Map m)

Properties

asks List<DepthPoint>
final
bids List<DepthPoint>
final
eventTime DateTime
final
eventType String
final
firstUpdateId int
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited