PortfolioPosition class abstract

Constructors

PortfolioPosition([void updates(PortfolioPositionBuilder b)])
factory

Properties

averagePositionPrice MoneyAmount?
no setter
averagePositionPriceNoNkd MoneyAmount?
no setter
balance double
no setter
blocked double?
no setter
expectedYield MoneyAmount?
no setter
figi String
no setter
hashCode int
The hash code for this object.
no setterinherited
instrumentType InstrumentType
no setter
isin String?
no setter
lots int
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PortfolioPositionBuilder)) PortfolioPosition
Rebuilds the instance.
inherited
toBuilder() PortfolioPositionBuilder
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<PortfolioPosition>
no setter