CandleResolution enum

Интервалы свечи.

В описании каждого значения указывается интервал свечи и допустимый промежуток запроса.

Inheritance

Constructors

CandleResolution()
const

Values

oneMin → const CandleResolution

1 minute, 1 day

twoMin → const CandleResolution

2 minutes, 1 day

threeMin → const CandleResolution

3 minutes, 1 day

fiveMin → const CandleResolution

5 minutes, 1 day

tenMin → const CandleResolution

10 minutes, 1 day

fifteenMin → const CandleResolution

15 minutes, 1 day

thirtyMin → const CandleResolution

30 minutes, 1 day

hour → const CandleResolution

1 hour, 7 days

day → const CandleResolution

1 day, 1 year

week → const CandleResolution

7 days, 2 years

month → const CandleResolution

1 month, 10 years

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<CandleResolution>
A constant List of the values in this enum, in order of their declaration.