StreamingCandleInterval enum

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

Используются для streaming протокола. Для данных из REST протокола есть очень похожий CandleResolution, но у него немного отличается набор значений.

Inheritance

Constructors

StreamingCandleInterval()
const

Values

oneMin → const StreamingCandleInterval

1 minute

twoMin → const StreamingCandleInterval

2 minutes

threeMin → const StreamingCandleInterval

3 minutes

fiveMin → const StreamingCandleInterval

5 minutes

tenMin → const StreamingCandleInterval

10 minutes

fifteenMin → const StreamingCandleInterval

15 minutes

thirtyMin → const StreamingCandleInterval

30 minutes

hour → const StreamingCandleInterval

1 hour

twoHour → const StreamingCandleInterval

2 hours

fourHour → const StreamingCandleInterval

4 hours

day → const StreamingCandleInterval

1 day

week → const StreamingCandleInterval

7 days

month → const StreamingCandleInterval

1 month

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<StreamingCandleInterval>
A constant List of the values in this enum, in order of their declaration.