FastQuant.InstrumentManager.this C# (CSharp) Méthode

this() public méthode

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