Interval enum

The enum for the possible values of a symbol trading status in Binance API

Inheritance

Constructors

Interval()
const

Values

m1 → const Interval

1 minute interval

m3 → const Interval

3 minutes interval

m5 → const Interval

5 minutes interval

m15 → const Interval

15 minutes interval

m30 → const Interval

30 minutes interval

h1 → const Interval

1 hour interval

h2 → const Interval

2 hours interval

h4 → const Interval

4 hours interval

h6 → const Interval

6 hours interval

h8 → const Interval

8 hours interval

h12 → const Interval

12 hours interval

d1 → const Interval

1 day interval

d3 → const Interval

3 days interval

w1 → const Interval

1 week interval

w4 → const Interval

1 month interval

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