|
Lean
$LEAN_TAG$
|
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... | |
Entity in charge of managing a schedule
Definition at line 26 of file Schedule.cs.
| void QuantConnect.Data.UniverseSelection.Schedule.On | ( | IDateRule | dateRule | ) |
Set a IDateRule for this schedule
Definition at line 38 of file Schedule.cs.
| 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.
| Schedule QuantConnect.Data.UniverseSelection.Schedule.Clone | ( | ) |
Creates a new instance holding the same schedule if any
Definition at line 54 of file Schedule.cs.
| bool QuantConnect.Data.UniverseSelection.Schedule.Initialized => _dateRule != null |
True if this schedule is set
Definition at line 33 of file Schedule.cs.