SearchMarketInstrument constructor

SearchMarketInstrument(
  1. String figi,
  2. String ticker,
  3. String? isin,
  4. double? minPriceIncrement,
  5. int lot,
  6. Currency? currency,
  7. String name,
  8. InstrumentType type,
)

Implementation

SearchMarketInstrument(this.figi, this.ticker, this.isin,
    this.minPriceIncrement, this.lot, this.currency, this.name, this.type);