Trade class

Constructors

Trade(String trade_date_utc, String trade_time_utc, int timestamp, double trade_price, double trade_volume, double prev_closing_price, double change_price, String ask_bid, int sequential_id)
const
Trade.fromMap(Map<String, dynamic> map)
factory

Properties

ask_bid String
final
change_price double
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
timestamp int
final
trade_date_utc String
final
trade_price double
final
trade_time_utc 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