Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Selection.SP500SectorsETFUniverse Class Reference

Universe Selection Model that adds the following SP500 Sectors ETFs at their inception date 1998-12-22 XLB Materials Select Sector SPDR ETF 1998-12-22 XLE Energy Select Sector SPDR Fund 1998-12-22 XLF Financial Select Sector SPDR Fund 1998-12-22 XLI Industrial Select Sector SPDR Fund 1998-12-22 XLK Technology Select Sector SPDR Fund 1998-12-22 XLP Consumer Staples Select Sector SPDR Fund 1998-12-22 XLU Utilities Select Sector SPDR Fund 1998-12-22 XLV Health Care Select Sector SPDR Fund 1998-12-22 XLY Consumer Discretionary Select Sector SPDR Fund More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Selection.SP500SectorsETFUniverse:
[legend]

Public Member Functions

 SP500SectorsETFUniverse ()
 Initializes a new instance of the SP500SectorsETFUniverse class More...
 
- Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.InceptionDateUniverseSelectionModel
 InceptionDateUniverseSelectionModel (string name, Dictionary< string, DateTime > tickersByDate)
 Initializes a new instance of the InceptionDateUniverseSelectionModel class More...
 
 InceptionDateUniverseSelectionModel (string name, PyObject tickersByDate)
 Initializes a new instance of the InceptionDateUniverseSelectionModel class More...
 
override IEnumerable< string > Select (QCAlgorithm algorithm, DateTime date)
 Returns all tickers that are trading at current algorithm Time More...
 
- Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.CustomUniverseSelectionModel
 CustomUniverseSelectionModel (string name, Func< DateTime, IEnumerable< string >> selector)
 Initializes a new instance of the CustomUniverseSelectionModel class for Market.USA and SecurityType.Equity using the algorithm's universe settings More...
 
 CustomUniverseSelectionModel (string name, PyObject selector)
 Initializes a new instance of the CustomUniverseSelectionModel class for Market.USA and SecurityType.Equity using the algorithm's universe settings More...
 
 CustomUniverseSelectionModel (SecurityType securityType, string name, string market, Func< DateTime, IEnumerable< string >> selector, UniverseSettings universeSettings, TimeSpan interval)
 Initializes a new instance of the CustomUniverseSelectionModel class More...
 
 CustomUniverseSelectionModel (SecurityType securityType, string name, string market, PyObject selector, UniverseSettings universeSettings, TimeSpan interval)
 Initializes a new instance of the CustomUniverseSelectionModel class More...
 
override IEnumerable< UniverseCreateUniverses (QCAlgorithm algorithm)
 Creates the universes for this algorithm. Called at algorithm start. More...
 
override string ToString ()
 Returns a string that represents the current object More...
 
- Public Member Functions inherited from QuantConnect.Algorithm.Framework.Selection.UniverseSelectionModel
virtual DateTime GetNextRefreshTimeUtc ()
 Gets the next time the framework should invoke the CreateUniverses method to refresh the set of universes. More...
 

Detailed Description

Universe Selection Model that adds the following SP500 Sectors ETFs at their inception date 1998-12-22 XLB Materials Select Sector SPDR ETF 1998-12-22 XLE Energy Select Sector SPDR Fund 1998-12-22 XLF Financial Select Sector SPDR Fund 1998-12-22 XLI Industrial Select Sector SPDR Fund 1998-12-22 XLK Technology Select Sector SPDR Fund 1998-12-22 XLP Consumer Staples Select Sector SPDR Fund 1998-12-22 XLU Utilities Select Sector SPDR Fund 1998-12-22 XLV Health Care Select Sector SPDR Fund 1998-12-22 XLY Consumer Discretionary Select Sector SPDR Fund

Definition at line 33 of file SP500SectorsETFUniverse.cs.

Constructor & Destructor Documentation

◆ SP500SectorsETFUniverse()

QuantConnect.Algorithm.Framework.Selection.SP500SectorsETFUniverse.SP500SectorsETFUniverse ( )

Initializes a new instance of the SP500SectorsETFUniverse class

Definition at line 38 of file SP500SectorsETFUniverse.cs.


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