MatexFormatterProvider class

Implemented types

Constructors

MatexFormatterProvider({MatexInstrumentProvider? instrumentProvider, MatexPairMetadataProvider? pairProvider})

Properties

hashCode int
The hash code for this object.
no setterinherited
instrumentProvider MatexInstrumentProvider
final
pairProvider MatexPairMetadataProvider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatInstrument({required num value, required String code, String locale = kMatexDefaultLocale, int? minimumFractionDigits = 0, int? maximumFractionDigits}) Future<String>
override
formatNumber({required num value, String locale = kMatexDefaultLocale, int? minimumFractionDigits = 0, int? maximumFractionDigits}) String
formatQuote({required num value, required String pair, String locale = kMatexDefaultLocale, int? minimumFractionDigits, int? maximumFractionDigits}) Future<String>
override
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