Lean
$LEAN_TAG$
|
Helper method to create security changes More...
Public Member Functions | |
void | Add (Security security, bool isInternal) |
Inserts a security addition change More... | |
void | Remove (Security security, bool isInternal) |
Inserts a security removal change More... | |
SecurityChanges | Flush () |
Get the current security changes clearing state More... | |
Helper method to create security changes
Definition at line 234 of file SecurityChanges.cs.
void QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Add | ( | Security | security, |
bool | isInternal | ||
) |
Inserts a security addition change
Definition at line 244 of file SecurityChanges.cs.
void QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Remove | ( | Security | security, |
bool | isInternal | ||
) |
Inserts a security removal change
Definition at line 259 of file SecurityChanges.cs.
SecurityChanges QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Flush | ( | ) |
Get the current security changes clearing state
Definition at line 274 of file SecurityChanges.cs.