CandleResolution enum

The CandleResolution data represent the candle resolution e.g. 1 second, 5 seconds, 60 seconds, 1 minute, 1 day, 1 week, 1 month.

Adjust the candle resolution according to the date range.

Inheritance

Constructors

CandleResolution()
const

Values

oneSecond → const CandleResolution
fiveSeconds → const CandleResolution
sixtySeconds → const CandleResolution
minute → const CandleResolution
day → const CandleResolution
week → const CandleResolution
month → const CandleResolution

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.