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

Provides a null implementation of IUniverseSelectionModel More...

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

Public Member Functions

override IEnumerable< UniverseCreateUniverses (QCAlgorithm algorithm)
 Creates the universes for this algorithm. Called at algorithm start. 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

Provides a null implementation of IUniverseSelectionModel

Definition at line 24 of file NullUniverseSelectionModel.cs.

Member Function Documentation

◆ CreateUniverses()

override IEnumerable<Universe> QuantConnect.Algorithm.Framework.Selection.NullUniverseSelectionModel.CreateUniverses ( QCAlgorithm  algorithm)
virtual

Creates the universes for this algorithm. Called at algorithm start.

Returns
The universes defined by this model

Reimplemented from QuantConnect.Algorithm.Framework.Selection.UniverseSelectionModel.

Definition at line 31 of file NullUniverseSelectionModel.cs.


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