FastQuant.RiskReport.RiskReport C# (CSharp) Method

RiskReport() public method

public RiskReport ( string text ) : System.Collections.Generic
text string
return System.Collections.Generic
        public RiskReport(string text)
        {
            Text = text;
        }
RiskReport