StreamingInstrumentInfo class

Структура с информацией по инструменту.

Constructors

StreamingInstrumentInfo(String figi, StreamingTradeStatus tradeStatus, double minPriceIncrement, double lot, double? accruedInterest, double? limitUp, double? limitDown)
StreamingInstrumentInfo.fromJson(Map<String, dynamic> map)
factory

Properties

accruedInterest double?
НКД.
final
figi String
FIGI.
final
hashCode int
The hash code for this object.
no setterinherited
limitDown double?
Нижняя граница заявки.
final
limitUp double?
Верхняя граница заявки.
final
lot double
Лот.
final
minPriceIncrement double
Шаг цены.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradeStatus StreamingTradeStatus
Статус торгов.
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