StreamingInstrumentInfo constructor

StreamingInstrumentInfo(
  1. String figi,
  2. StreamingTradeStatus tradeStatus,
  3. double minPriceIncrement,
  4. double lot,
  5. double? accruedInterest,
  6. double? limitUp,
  7. double? limitDown,
)

Implementation

StreamingInstrumentInfo(this.figi, this.tradeStatus, this.minPriceIncrement,
    this.lot, this.accruedInterest, this.limitUp, this.limitDown);