FastQuant.OnInstrumentAdded.OnInstrumentAdded C# (CSharp) Method

OnInstrumentAdded() public method

public OnInstrumentAdded ( Instrument instrument ) : System
instrument Instrument
return System
        public OnInstrumentAdded(Instrument instrument)
        {
            Instrument = instrument;
        }
    }
OnInstrumentAdded