PlacedLimitOrder class

Constructors

PlacedLimitOrder(String orderId, OperationType operation, OrderStatus status, String? rejectReason, String? message, int requestedLots, int executedLots, MoneyAmount? commission)
PlacedLimitOrder.fromJson(Map<String, dynamic> map)
factory

Properties

commission MoneyAmount?
final
executedLots int
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Сообщение об ошибке.
final
operation OperationType
final
orderId String
final
orderType → PlacedOrderType
no setter
rejectReason String?
final
requestedLots int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OrderStatus
Статус заявки.
final

Methods

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

Operators

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