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