MatexPivotPointsCalculatorCore class

Inheritance
Mixed in types

Constructors

MatexPivotPointsCalculatorCore({MatexBaseCoreState? defaultState, List<MatexStateValidator>? validators})

Properties

defaultCalculatorState MatexBaseCoreState
no setteroverride
defaultState MatexBaseCoreState?
getter/setter pairinherited
differenceState MatexBaseCoreState
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isDirty bool
no setterinherited
isStateValid bool
getter/setter pairinherited
isValid bool
no setterinherited
propertiesUseForDifference Iterable<String>
no setterinherited
result MatexPivotPointsResult?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state MatexBaseCoreState
getter/setter pairinherited
validators List<MatexStateValidator>?
getter/setter pairinherited

Methods

closePrice(double closePrice) MatexPivotPointsCalculatorCore
inherited
getState() MatexBaseCoreState
inherited
highPrice(double highPrice) MatexPivotPointsCalculatorCore
inherited
lowPrice(double lowPrice) MatexPivotPointsCalculatorCore
inherited
method(MatexPivotPointsMethods method) MatexPivotPointsCalculatorCore
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPrice(double openPrice) MatexPivotPointsCalculatorCore
inherited
patchState(MatexBaseCoreState partialState) MatexPivotPointsCalculatorCore
inherited
reset() MatexPivotPointsCalculatorCore
inherited
resetStateProperties(List<String> properties) MatexPivotPointsCalculatorCore
inherited
sanitizeDouble(double value) double
inherited
setDefaultState(MatexBaseCoreState nextDefaultState) MatexPivotPointsCalculatorCore
inherited
setState(MatexBaseCoreState nextState) MatexPivotPointsCalculatorCore
inherited
toPercentageDecimal(num value) → Decimal
inherited
toString() String
A string representation of this object.
inherited
value() MatexPivotPointsResult
override

Operators

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