WebSocketTrade class

Constructors

WebSocketTrade(String type, String code, double trade_price, double trade_volume, String ask_bid, double prev_closing_price, String change, double change_price, String trade_date, String trade_time, int trade_timestamp, int timestamp, int sequential_id, String stream_type)
const
WebSocketTrade.fromMap(Map<String, dynamic> map)
factory

Properties

ask_bid String
final
change String
final
change_price double
final
code String
final
hashCode int
The hash code for this object.
no setterinherited
prev_closing_price double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequential_id int
final
stream_type String
final
timestamp int
final
trade_date String
final
trade_price double
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