MarketInstrument class

Constructors

MarketInstrument(String figi, String ticker, String? isin, double? minPriceIncrement, double? faceValue, int lot, int? minQuantity, Currency? currency, String name, InstrumentType type)
MarketInstrument.fromJson(Map<String, dynamic> map)
factory

Properties

currency Currency?
final
faceValue double?
Номинал для облигаций.
final
figi String
final
hashCode int
The hash code for this object.
no setterinherited
isin String?
Международный идентификационный код ценной бумаги (ISIN).
final
lot int
final
minPriceIncrement double?
Шаг цены.
final
minQuantity int?
Минимальное число инструментов для покупки должно быть не меньше, чем размер лота х количество лотов.
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String
final
type InstrumentType
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