MatexInstrumentMetadata constructor

const MatexInstrumentMetadata({
  1. required MatexInstrumentTypeMetadata type,
  2. MatexInstrumentFormatMetadata? format,
  3. MatexInstrumentSymbolMetadata? symbol,
  4. String? code,
  5. String? icon,
  6. MatexInstrumentNameMetadata? name,
})

Implementation

const MatexInstrumentMetadata({
  required this.type,
  this.format,
  this.symbol,
  this.code,
  this.icon,
  this.name,
});