Lean  $LEAN_TAG$
QuantConnect.Data.UniverseSelection.SecurityChangesConstructor Class Reference

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...
 

Detailed Description

Helper method to create security changes

Definition at line 234 of file SecurityChanges.cs.

Member Function Documentation

◆ Add()

void QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Add ( Security  security,
bool  isInternal 
)

Inserts a security addition change

Definition at line 244 of file SecurityChanges.cs.

◆ Remove()

void QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Remove ( Security  security,
bool  isInternal 
)

Inserts a security removal change

Definition at line 259 of file SecurityChanges.cs.

◆ Flush()

SecurityChanges QuantConnect.Data.UniverseSelection.SecurityChangesConstructor.Flush ( )

Get the current security changes clearing state

Definition at line 274 of file SecurityChanges.cs.

Here is the call graph for this function:

The documentation for this class was generated from the following file: