Candle class

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

Constructors

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

Properties

c double
Цена закрытия.
final
close double
Цена закрытия.
no setter
figi String
FIGI.
final
h double
Наибольшая цена.
final
hashCode int
The hash code for this object.
no setterinherited
high double
Наибольшая цена.
no setter
interval CandleResolution
Интервал свечи.
final
l double
Наименьшая цена.
final
low double
Наименьшая цена.
no setter
o double
Цена открытия.
final
open double
Цена открытия.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
Время.
final
v int
Объем торгов.
final
volume int
Объем торгов.
no setter

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