CandleDay class

Constructors

CandleDay(String market, String candle_date_time_utc, String candle_date_time_kst, double opening_price, double high_price, double low_price, double trade_price, int timestamp, double candle_acc_trade_price, double candle_acc_trade_volume, double prev_closing_price, double change_price, double change_rate, double? converted_trade_price)
const
CandleDay.fromMap(Map<String, dynamic> map)
factory

Properties

candle_acc_trade_price double
final
candle_acc_trade_volume double
final
candle_date_time_kst String
final
candle_date_time_utc String
final
change_price double
final
change_rate double
final
converted_trade_price double?
final
hashCode int
The hash code for this object.
no setterinherited
high_price double
final
low_price double
final
market String
final
opening_price double
final
prev_closing_price double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
trade_price double
final

Methods

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

Operators

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