FastQuant.PortfolioPerformance.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            this.drawdown = 0;
            this.maxEquity = double.MinValue;
        }