FastQuant.FileInstrumentServer.Save C# (CSharp) Method

Save() public method

public Save ( Instrument instrument ) : void
instrument Instrument
return void
        public override void Save(Instrument instrument) => this.dataFile.Write(instrument.Symbol, instrument);
    }