Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.NotifiedSecurityChanges Member List

This is the complete list of members for QuantConnect.Algorithm.Framework.NotifiedSecurityChanges, including all inherited members.

Update(SecurityChanges changes, Action< Security > add, Action< Security > remove)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic
UpdateCollection(ICollection< Security > securities, SecurityChanges changes)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic
UpdateCollection< TValue >(ICollection< TValue > securities, SecurityChanges changes, Func< Security, TValue > valueFactory)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic
UpdateDictionary< TKey, TValue >(IDictionary< TKey, TValue > dictionary, SecurityChanges changes, Func< Security, TKey > keyFactory, Func< Security, TValue > valueFactory)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic
UpdateDictionary< TValue >(IDictionary< Security, TValue > dictionary, SecurityChanges changes, Func< Security, TValue > valueFactory)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic
UpdateDictionary< TValue >(IDictionary< Symbol, TValue > dictionary, SecurityChanges changes, Func< Security, TValue > valueFactory)QuantConnect.Algorithm.Framework.NotifiedSecurityChangesstatic