FastQuant.InstrumentManager.this C# (CSharp) Method

this() public method

public this ( string symbol ) : Instrument
symbol string
return Instrument
        public Instrument this[string symbol] => Instruments.Get(symbol);
    }