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

Provides a base class for universe selection models. More...

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

Public Member Functions

virtual DateTime GetNextRefreshTimeUtc ()
 Gets the next time the framework should invoke the CreateUniverses method to refresh the set of universes. More...
 
virtual IEnumerable< UniverseCreateUniverses (QCAlgorithm algorithm)
 Creates the universes for this algorithm. Called once after IAlgorithm.Initialize More...
 

Detailed Description

Provides a base class for universe selection models.

Definition at line 26 of file UniverseSelectionModel.cs.

Member Function Documentation

◆ GetNextRefreshTimeUtc()

◆ CreateUniverses()


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