Fill class

An object reflecting the fulfillment of part or whole of an order.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

Fill({DateTime? createdAt, int? tradeId, String? productId, String? userId, String? profileId, String? liquidity, double? price, double? size, double? fee, String? sell, SideEnum? side, bool? settled, double? usdVolume})
Fill.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
final
fee double?
final
hashCode int
The hash code for this object.
no setterinherited
liquidity String?
final
price double?
final
productId String?
final
profileId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sell String?
final
settled bool?
final
side SideEnum?
final
size double?
final
tradeId int?
final
usdVolume double?
final
userId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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