SecurityOverride constructor

SecurityOverride({
  1. String? isin,
  2. String? cusip,
  3. String? sedol,
  4. String? name,
  5. String? tickerSymbol,
  6. String? currency,
})

Implementation

SecurityOverride({
  this.isin,
  this.cusip,
  this.sedol,
  this.name,
  this.tickerSymbol,
  this.currency,
});