Orderbook class

Constructors

Orderbook(String figi, int depth, List<OrderResponse> bids, List<OrderResponse> asks, TradeStatus tradeStatus, double minPriceIncrement, double? faceValue, double? lastPrice, double? closePrice, double? limitUp, double? limitDown)
Orderbook.fromJson(Map<String, dynamic> map)
factory

Properties

asks List<OrderResponse>
final
bids List<OrderResponse>
final
closePrice double?
final
depth int
final
faceValue double?
Номинал для облигаций.
final
figi String
final
hashCode int
The hash code for this object.
no setterinherited
lastPrice double?
final
limitDown double?
Нижняя граница цены.
final
limitUp double?
Верхняя граница цены.
final
minPriceIncrement double
Шаг цены.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradeStatus TradeStatus
final

Methods

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

Operators

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