MatexPivotPointsCalculator class

Inheritance
Mixed in types

Constructors

MatexPivotPointsCalculator({required MatexConfig config, MatexBaseCoreState? defaultState, List<MatexStateValidator>? validators})

Properties

config MatexConfig
final
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 setteroverride
result Future<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) MatexPivotPointsCalculator
inherited
getState() MatexBaseCoreState
inherited
highPrice(double highPrice) MatexPivotPointsCalculator
inherited
lowPrice(double lowPrice) MatexPivotPointsCalculator
inherited
method(MatexPivotPointsMethods method) MatexPivotPointsCalculator
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPrice(double openPrice) MatexPivotPointsCalculator
inherited
patchState(MatexBaseCoreState partialState) MatexPivotPointsCalculator
inherited
reset() MatexPivotPointsCalculator
inherited
resetStateProperties(List<String> properties) MatexPivotPointsCalculator
inherited
sanitizeDouble(double value) double
inherited
setDefaultState(MatexBaseCoreState nextDefaultState) MatexPivotPointsCalculator
inherited
setState(MatexBaseCoreState nextState) MatexPivotPointsCalculator
inherited
toPercentageDecimal(num value) → Decimal
inherited
toString() String
A string representation of this object.
inherited
value() Future<MatexPivotPointsResult>
override

Operators

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