Ticker class

Constructors

Ticker(String market, String trade_date, String trade_time, String trade_date_kst, String trade_time_kst, double opening_price, double high_price, double low_price, double trade_price, double prev_closing_price, String change, double change_price, double change_rate, double signed_change_price, double signed_change_rate, double trade_volume, double acc_trade_price, double acc_trade_price_24h, double acc_trade_volume, double acc_trade_volume_24h, double highest_52_week_price, String highest_52_week_date, double lowest_52_week_price, String lowest_52_week_date, int timestamp)
const
Ticker.fromMap(Map<String, dynamic> map)
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 String
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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