FastQuant.InstrumentManager.this C# (CSharp) Метод

this() публичный Метод

public this ( string symbol ) : Instrument
symbol string
Результат Instrument
        public Instrument this[string symbol] => Instruments.Get(symbol);
    }