Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Selection.IUniverseSelectionModel Interface Reference

Algorithm framework model that defines the universes to be used by an algorithm More...

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

Public Member Functions

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

Detailed Description

Algorithm framework model that defines the universes to be used by an algorithm

Definition at line 26 of file IUniverseSelectionModel.cs.

Member Function Documentation

◆ GetNextRefreshTimeUtc()

DateTime QuantConnect.Algorithm.Framework.Selection.IUniverseSelectionModel.GetNextRefreshTimeUtc ( )

◆ CreateUniverses()


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