MatexPipValueMixin<C extends MatexAbstractPipValueCalculatorCore<C, R>, R> mixin

Superclass Constraints
Mixin Applications

Properties

config MatexConfig?
getter/setter pair
defaultCalculatorState MatexBaseCoreState
no setterinherited
defaultState MatexBaseCoreState?
getter/setter pairinherited
differenceState MatexBaseCoreState
getter/setter pairinherited
exchangeProvider MatexAbstractExchangeProvider?
no setter
hashCode int
The hash code for this object.
no setterinherited
instrumentProvider MatexAbstractInstrumentMetadataProvider
no setter
isDirty bool
no setterinherited
isStateValid bool
getter/setter pairinherited
isValid bool
no setterinherited
pairProvider MatexAbstractPairMetadataProvider
no setter
propertiesUseForDifference Iterable<String>
no setterinherited
result ↔ R?
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

accountCode(String? accountCode) → C
baseListedSecond(bool baseListedSecond) → C
inherited
counterAccountCurrencyPairExchangeRate(double counterAccountCurrencyPairExchangeRate) → C
inherited
currencyPairCode(String? baseCode, String? counterCode) → C
exchangeRateLastUpdateAt(int? exchangeRateLastUpdateAt) → C
fetchAccountInstrumentMetadata() Future<MatexInstrumentMetadata?>
fetchBaseInstrumentMetadata() Future<MatexInstrumentMetadata?>
fetchCounterInstrumentMetadata() Future<MatexInstrumentMetadata?>
fetchPairMetadata() Future<MatexPairMetadata?>
getState() MatexBaseCoreState
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchState(MatexBaseCoreState partialState) → C
inherited
positionSize(double? positionSize) → C
reset() → C
inherited
resetStateProperties(List<String> properties) → C
inherited
sanitizeDouble(double value) double
inherited
setDefaultState(MatexBaseCoreState nextDefaultState) → C
inherited
setExchangeRates() Future<void>
setState(MatexBaseCoreState nextState) → C
inherited
toPercentageDecimal(num value) → Decimal
inherited
toString() String
A string representation of this object.
inherited
tradingPairExchangeRate(double tradingPairExchangeRate) → C
inherited
value() → R
inherited

Operators

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