FastQuant.RiskReport.RiskReport C# (CSharp) Méthode

RiskReport() public méthode

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