FastQuant.OnInstrumentDeleted.OnInstrumentDeleted C# (CSharp) 메소드

OnInstrumentDeleted() 공개 메소드

public OnInstrumentDeleted ( Instrument instrument ) : System
instrument Instrument
리턴 System
        public OnInstrumentDeleted(Instrument instrument)
        {
            Instrument = instrument;
        }
    }
OnInstrumentDeleted