Skip to content

SecurityChangesConstructor

QuantConnect.Data.UniverseSelection.SecurityChangesConstructor

Bases: Object

Helper method to create security changes

add

add(security: Security, is_internal: bool) -> None

Inserts a security addition change

flush

flush() -> SecurityChanges

Get the current security changes clearing state

remove

remove(security: Security, is_internal: bool) -> None

Inserts a security removal change