FastQuant.DataSeriesEventLogger.Disable C# (CSharp) 메소드

Disable() 공개 메소드

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