CandleWeek class

Constructors

CandleWeek(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, String first_day_of_period)
const
CandleWeek.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
first_day_of_period String
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
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