Skip to content

_NotifiedSecurityChanges_UpdateCollection

QuantConnect.Algorithm.Framework._NotifiedSecurityChanges_UpdateCollection

__call__

__call__(
    securities: ICollection[Security],
    changes: SecurityChanges,
) -> None

Adds and removes the security changes to/from the collection

Parameters:

Name Type Description Default
securities ICollection[Security]

The securities collection to be updated with the changes

required
changes SecurityChanges

The changes to be applied to the securities collection

required

__getitem__

__getitem__(
    type: Type[
        QuantConnect_Algorithm_Framework_NotifiedSecurityChanges_UpdateCollection_TValue
    ],
) -> _Typed_NotifiedSecurityChanges_UpdateCollection[
    QuantConnect_Algorithm_Framework_NotifiedSecurityChanges_UpdateCollection_TValue
]