OHLCInfo class
A class representing OHLC (Open, High, Low, Close) data for a specific timestamp.
Constructors
- OHLCInfo.fromArray(List array)
- Constructs an instance of OHLCInfo from an array of dynamic values.
Properties
- close → double
-
The closing price.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- high → double
-
The highest price.
final
- low → double
-
The lowest price.
final
- open → double
-
The opening price.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
The moment in time for this OHLC data.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the OHLCInfo instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited