FastQuant.InstrumentManager.Save C# (CSharp) Method

Save() public method

public Save ( Instrument instrument ) : void
instrument Instrument
return void
        public void Save(Instrument instrument)
        {
            if (instrument.Loaded)
                 Server?.Save(instrument);
        }