FastQuant.FileInstrumentServer.Delete C# (CSharp) Method

Delete() public method

public Delete ( Instrument instrument ) : void
instrument Instrument
return void
        public override void Delete(Instrument instrument) => this.dataFile.Delete(instrument.Symbol);