MatexProfitAndLossResult class
Constructors
- MatexProfitAndLossResult({double returnOnInvestement = 0, double entryCostsAmount = 0, double exitCostsAmount = 0, double breakEvenUnits = 0, double grossSellPrice = 0, double grossBuyPrice = 0, double profitOrLoss = 0, double netSellPrice = 0, double netBuyPrice = 0, double totalCosts = 0, double taxAmount = 0})
-
const
Properties
- breakEvenUnits → double
-
final
- entryCostsAmount → double
-
final
- exitCostsAmount → double
-
final
- grossBuyPrice → double
-
final
- grossSellPrice → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- netBuyPrice → double
-
final
- netSellPrice → double
-
final
- profitOrLoss → double
-
final
-
props
→ List<
Object> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- returnOnInvestement → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - taxAmount → double
-
final
- totalCosts → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited