Ticker class

Mixed-in types

Constructors

Ticker({required String market, required String trade_date, required String trade_time, required String trade_date_kst, required String trade_time_kst, required double opening_price, required double high_price, required double low_price, required double trade_price, required double prev_closing_price, required Change change, required double change_price, required double change_rate, required double signed_change_price, required double signed_change_rate, required double trade_volume, required double acc_trade_price, required double acc_trade_price_24h, required double acc_trade_volume, required double acc_trade_volume_24h, required double highest_52_week_price, required String highest_52_week_date, required double lowest_52_week_price, required String lowest_52_week_date, required int timestamp})
const
Ticker.fromJson(Map<String, dynamic> json)
factory

Properties

acc_trade_price double
final
acc_trade_price_24h double
final
acc_trade_volume double
final
acc_trade_volume_24h double
final
change Change
final
change_price double
final
change_rate double
final
hashCode int
The hash code for this object.
no setterinherited
high_price double
final
highest_52_week_date String
final
highest_52_week_price double
final
low_price double
final
lowest_52_week_date String
final
lowest_52_week_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
signed_change_price double
final
signed_change_rate double
final
timestamp int
final
trade_date String
final
trade_date_kst String
final
trade_price double
final
trade_time String
final
trade_time_kst String
final
trade_volume double
final

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