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

Universe Selection Model that adds the following Technology ETFs at their inception date 1998-12-22 XLK Technology Select Sector SPDR Fund 1999-03-10 QQQ Invesco QQQ 2001-07-13 SOXX iShares PHLX Semiconductor ETF 2001-07-13 IGV iShares Expanded Tech-Software Sector ETF 2004-01-30 VGT Vanguard Information Technology ETF 2006-04-25 QTEC First Trust NASDAQ 100 Technology 2006-06-23 FDN First Trust Dow Jones Internet Index 2007-05-10 FXL First Trust Technology AlphaDEX Fund 2008-12-17 TECL Direxion Daily Technology Bull 3X Shares 2008-12-17 TECS Direxion Daily Technology Bear 3X Shares 2010-03-11 SOXL Direxion Daily Semiconductor Bull 3x Shares 2010-03-11 SOXS Direxion Daily Semiconductor Bear 3x Shares 2011-07-06 SKYY First Trust ISE Cloud Computing Index Fund 2011-12-21 SMH VanEck Vectors Semiconductor ETF 2013-08-01 KWEB KraneShares CSI China Internet ETF 2013-10-24 FTEC Fidelity MSCI Information Technology Index ETF More...

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

Public Member Functions

 TechnologyETFUniverse ()
 Initializes a new instance of the TechnologyETFUniverse 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 Technology ETFs at their inception date 1998-12-22 XLK Technology Select Sector SPDR Fund 1999-03-10 QQQ Invesco QQQ 2001-07-13 SOXX iShares PHLX Semiconductor ETF 2001-07-13 IGV iShares Expanded Tech-Software Sector ETF 2004-01-30 VGT Vanguard Information Technology ETF 2006-04-25 QTEC First Trust NASDAQ 100 Technology 2006-06-23 FDN First Trust Dow Jones Internet Index 2007-05-10 FXL First Trust Technology AlphaDEX Fund 2008-12-17 TECL Direxion Daily Technology Bull 3X Shares 2008-12-17 TECS Direxion Daily Technology Bear 3X Shares 2010-03-11 SOXL Direxion Daily Semiconductor Bull 3x Shares 2010-03-11 SOXS Direxion Daily Semiconductor Bear 3x Shares 2011-07-06 SKYY First Trust ISE Cloud Computing Index Fund 2011-12-21 SMH VanEck Vectors Semiconductor ETF 2013-08-01 KWEB KraneShares CSI China Internet ETF 2013-10-24 FTEC Fidelity MSCI Information Technology Index ETF

Definition at line 40 of file TechnologyETFUniverse.cs.

Constructor & Destructor Documentation

◆ TechnologyETFUniverse()

QuantConnect.Algorithm.Framework.Selection.TechnologyETFUniverse.TechnologyETFUniverse ( )

Initializes a new instance of the TechnologyETFUniverse class

Definition at line 45 of file TechnologyETFUniverse.cs.


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