WebSocketTicker class

Constructors

WebSocketTicker(String type, String code, double opening_price, double high_price, double low_price, double trade_price, double prev_closing_price, String change, double change_price, double signed_change_price, double change_rate, double signed_change_rate, double trade_volume, double acc_trade_volume, double acc_trade_volume_24h, double acc_trade_price, double acc_trade_price_24h, String trade_date, String trade_time, int trade_timestamp, String ask_bid, double acc_ask_volume, double acc_bid_volume, double highest_52_week_price, String highest_52_week_date, double lowest_52_week_price, String lowest_52_week_date, String? trade_status, String market_state, String? market_state_for_ios, bool is_trading_suspended, String? delisting_date, String market_warning, int timestamp, String stream_type)
const
WebSocketTicker.fromMap(Map<String, dynamic> map)
factory

Properties

acc_ask_volume double
final
acc_bid_volume double
final
acc_trade_price double
final
acc_trade_price_24h double
final
acc_trade_volume double
final
acc_trade_volume_24h double
final
ask_bid String
final
change String
final
change_price double
final
change_rate double
final
code String
final
delisting_date String?
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
is_trading_suspended bool
final
low_price double
final
lowest_52_week_date String
final
lowest_52_week_price double
final
market_state String
final
market_state_for_ios String?
final
market_warning 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
stream_type String
final
timestamp int
final
trade_date String
final
trade_price double
final
trade_status String?
final
trade_time String
final
trade_timestamp int
final
trade_volume double
final
type String
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