Trade class
- Mixed-in types
Constructors
- Trade({required String trade_date_utc, required String trade_time_utc, required int timestamp, required double trade_price, required double trade_volume, required double prev_closing_price, required double change_price, required AskBid ask_bid, required int sequential_id})
-
const
-
Trade.fromJson(Map<
String, dynamic> json) -
factory
Properties
- ask_bid → AskBid
-
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
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited