50thrownew System.NotImplementedException("Types deriving from 'AlphaModel' must implement the 'IEnumerable<Insight> Update(QCAlgorithm, Slice) method.");
51 }
52
53 /// <summary>
54 /// Event fired each time the we add/remove securities from the data feed
55 /// </summary>
56 /// <param name="algorithm">The algorithm instance that experienced the change in securities</param>
57 /// <param name="changes">The security additions and removals from the algorithm</param>