FastQuant.FileInstrumentServer.Delete C# (CSharp) Méthode

Delete() public méthode

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