FastQuant.DataSeriesEventLogger.Disable C# (CSharp) Method

Disable() public method

public Disable ( byte typeId ) : void
typeId byte
return void
        public void Disable(byte typeId) => this.gates[typeId] = false;