Lean  $LEAN_TAG$
QuantConnect.Data.UniverseSelection.Universe.SelectionEventArgs Class Reference

Event fired when the universe selection changes More...

Inheritance diagram for QuantConnect.Data.UniverseSelection.Universe.SelectionEventArgs:
[legend]

Public Member Functions

 SelectionEventArgs (HashSet< Symbol > currentSelection)
 Creates a new instance More...
 

Properties

HashSet< SymbolCurrentSelection [get]
 The current universe selection More...
 

Detailed Description

Event fired when the universe selection changes

Definition at line 453 of file Universe.cs.

Constructor & Destructor Documentation

◆ SelectionEventArgs()

QuantConnect.Data.UniverseSelection.Universe.SelectionEventArgs.SelectionEventArgs ( HashSet< Symbol currentSelection)

Creates a new instance

Definition at line 463 of file Universe.cs.

Property Documentation

◆ CurrentSelection

HashSet<Symbol> QuantConnect.Data.UniverseSelection.Universe.SelectionEventArgs.CurrentSelection
get

The current universe selection

Definition at line 458 of file Universe.cs.


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