FastQuant.DataSeriesEventLogger.Enable C# (CSharp) Method

Enable() public method

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