OrderBookLevel class
Order book price level.
Constructors
- OrderBookLevel({required double price, required double quantity})
-
const
- OrderBookLevel.fromList(List data)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → List< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited