Operation class abstract

Constructors

Operation([void updates(OperationBuilder b)])
factory

Properties

commission MoneyAmount?
no setter
currency Currency
no setter
date DateTime
ISO8601
no setter
figi String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
instrumentType InstrumentType?
no setter
isMarginCall bool
no setter
operationType OperationTypeWithCommission?
no setter
payment double
no setter
price double?
no setter
quantity int?
Число инструментов в выставленной заявке
no setter
quantityExecuted int?
Число инструментов, исполненных в заявке
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OperationStatus
no setter
trades → BuiltList<OperationTrade>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OperationBuilder)) Operation
Rebuilds the instance.
inherited
toBuilder() OperationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Operation>
no setter