C# Class FastQuant.Statistics.ValueAtRisk

Inheritance: PortfolioStatisticsItem
Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
pnls List

Protected Methods

Method Description
OnInit ( ) : void
OnStatistics ( PortfolioStatisticsItem statistics ) : void

Private Methods

Method Description
method_0 ( double double_1 ) : bool

Method Details

OnInit() protected method

protected OnInit ( ) : void
return void

OnStatistics() protected method

protected OnStatistics ( PortfolioStatisticsItem statistics ) : void
statistics PortfolioStatisticsItem
return void

Property Details

pnls protected property

protected List pnls
return List