requireInstrumentType method

InstrumentType requireInstrumentType([
  1. String key = _defaultInstrumentTypeKey
])

Implementation

InstrumentType requireInstrumentType(
        [String key = _defaultInstrumentTypeKey]) =>
    const InstrumentTypeConverter().fromJson(this, key);