StreamingCandle class

Структура свечи.

Constructors

StreamingCandle(String figi, StreamingCandleInterval interval, double o, double c, double h, double l, int v, DateTime time)
StreamingCandle.fromJson(Map<String, dynamic> map)
factory

Properties

c double
Цена закрытия.
final
figi String
FIGI.
final
h double
Наибольшая цена.
final
hashCode int
The hash code for this object.
no setterinherited
interval StreamingCandleInterval
Интервал свечи.
final
l double
Наименьшая цена.
final
o double
Цена открытия.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
Время.
final
v int
Объем торгов.
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