34thrownew System.NotImplementedException("Types deriving from 'RiskManagementModel' must implement the 'IEnumerable<IPortfolioTarget> ManageRisk(QCAlgorithm, IPortfolioTarget[]) method.");
35 }
36
37 /// <summary>
38 /// Event fired each time the we add/remove securities from the data feed
39 /// </summary>
40 /// <param name="algorithm">The algorithm instance that experienced the change in securities</param>
41 /// <param name="changes">The security additions and removals from the algorithm</param>