Lean  $LEAN_TAG$
QuantConnect.Data.UniverseSelection.Schedule Class Reference

Entity in charge of managing a schedule More...

Public Member Functions

void On (IDateRule dateRule)
 Set a IDateRule for this schedule More...
 
IEnumerable< DateTime > Get (DateTime startTime, DateTime endTime)
 Gets the current schedule for a given start time More...
 
Schedule Clone ()
 Creates a new instance holding the same schedule if any More...
 

Public Attributes

bool Initialized => _dateRule != null
 True if this schedule is set More...
 

Detailed Description

Entity in charge of managing a schedule

Definition at line 26 of file Schedule.cs.

Member Function Documentation

◆ On()

void QuantConnect.Data.UniverseSelection.Schedule.On ( IDateRule  dateRule)

Set a IDateRule for this schedule

Definition at line 38 of file Schedule.cs.

Here is the caller graph for this function:

◆ Get()

IEnumerable<DateTime> QuantConnect.Data.UniverseSelection.Schedule.Get ( DateTime  startTime,
DateTime  endTime 
)

Gets the current schedule for a given start time

Definition at line 46 of file Schedule.cs.

Here is the call graph for this function:

◆ Clone()

Schedule QuantConnect.Data.UniverseSelection.Schedule.Clone ( )

Creates a new instance holding the same schedule if any

Definition at line 54 of file Schedule.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ Initialized

bool QuantConnect.Data.UniverseSelection.Schedule.Initialized => _dateRule != null

True if this schedule is set

Definition at line 33 of file Schedule.cs.


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