Skip to content

Schedule

QuantConnect.Data.UniverseSelection.Schedule

Bases: Object

Entity in charge of managing a schedule

initialized

initialized: bool

True if this schedule is set

clone

clone() -> Schedule

Creates a new instance holding the same schedule if any

get

get(
    start_time: Union[datetime, date],
    end_time: Union[datetime, date],
) -> Iterable[datetime]

Gets the current schedule for a given start time

on

on(date_rule: IDateRule) -> None

Set a IDateRule for this schedule