DaysCandle class
Constructors
- DaysCandle({required String market, required String candle_date_time_utc, required String candle_date_time_kst, required double opening_price, required double high_price, required double low_price, required double trade_price, required int timestamp, required double candle_acc_trade_price, required double candle_acc_trade_volume, required double prev_closing_price, required double change_price, required double change_rate, double? converted_trade_price})
-
const
-
DaysCandle.fromJson(Map<
String, dynamic> json) -
factory
Properties
- candle_acc_trade_price → double
-
finalinherited
- candle_acc_trade_volume → double
-
finalinherited
- candle_date_time_kst → String
-
finalinherited
- candle_date_time_utc → String
-
finalinherited
- 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
-
finalinherited
- low_price → double
-
finalinherited
- market → String
-
finalinherited
- opening_price → double
-
finalinherited
- prev_closing_price → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → int
-
finalinherited
- trade_price → double
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited