|
Lean
$LEAN_TAG$
|
Provides an implementation of IRiskManagementModel that does nothing More...
Public Member Functions | |
| override IEnumerable< IPortfolioTarget > | ManageRisk (QCAlgorithm algorithm, IPortfolioTarget[] targets) |
| Manages the algorithm's risk at each time step More... | |
Public Member Functions inherited from QuantConnect.Algorithm.Framework.Risk.RiskManagementModel | |
| virtual void | OnSecuritiesChanged (QCAlgorithm algorithm, SecurityChanges changes) |
| Event fired each time the we add/remove securities from the data feed More... | |
Provides an implementation of IRiskManagementModel that does nothing
Definition at line 10 of file NullRiskManagementModel.cs.
|
virtual |
Manages the algorithm's risk at each time step
| algorithm | The algorithm instance |
| targets | The current portfolio targets to be assessed for risk |
Reimplemented from QuantConnect.Algorithm.Framework.Risk.RiskManagementModel.
Definition at line 17 of file NullRiskManagementModel.cs.