Orderbook class abstract

Constructors

Orderbook([void updates(OrderbookBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OrderbookBuilder)) Orderbook
Rebuilds the instance.
inherited
toBuilder() OrderbookBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Orderbook>
no setter