FastQuant.InstrumentManager.Get C# (CSharp) Method

Get() public method

public Get ( string symbol ) : Instrument
symbol string
return Instrument
        public Instrument Get(string symbol) => Instruments.Get(symbol);