Price class

Constructors

Price(num price, num size, DateTime timestamp)

Properties

hashCode int
The hash code for this object.
no setterinherited
price num
The price of the bid or ask
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size num
The total quantity remaining at the price
final
timestamp DateTime
Epoch timestamp of when the price level was last updated
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

Static Methods

parse(List<Map<String, dynamic>>? data) List<Price>