Lean
$LEAN_TAG$
|
Specifies the date rule component of a scheduled event More...
Public Member Functions | |
IFluentSchedulingTimeSpecifier | Where (Func< DateTime, bool > predicate) |
Filters the event times using the predicate More... | |
IFluentSchedulingTimeSpecifier | On (int year, int month, int day) |
Creates events only on the specified date More... | |
IFluentSchedulingTimeSpecifier | On (params DateTime[] dates) |
Creates events only on the specified dates More... | |
IFluentSchedulingTimeSpecifier | Every (params DayOfWeek[] days) |
Creates events on each of the specified day of week More... | |
IFluentSchedulingTimeSpecifier | EveryDay () |
Creates events on every day of the year More... | |
IFluentSchedulingTimeSpecifier | EveryDay (Symbol symbol) |
Creates events on every trading day of the year for the symbol More... | |
IFluentSchedulingTimeSpecifier | MonthStart () |
Creates events on the first day of the month More... | |
IFluentSchedulingTimeSpecifier | MonthStart (Symbol symbol) |
Creates events on the first trading day of the month More... | |
Specifies the date rule component of a scheduled event
Definition at line 297 of file FluentScheduledEventBuilder.cs.
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.Where | ( | Func< DateTime, bool > | predicate | ) |
Filters the event times using the predicate
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.On | ( | int | year, |
int | month, | ||
int | day | ||
) |
Creates events only on the specified date
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.On | ( | params DateTime[] | dates | ) |
Creates events only on the specified dates
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.Every | ( | params DayOfWeek[] | days | ) |
Creates events on each of the specified day of week
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.EveryDay | ( | ) |
Creates events on every day of the year
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.EveryDay | ( | Symbol | symbol | ) |
Creates events on every trading day of the year for the symbol
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.MonthStart | ( | ) |
Creates events on the first day of the month
IFluentSchedulingTimeSpecifier QuantConnect.Scheduling.IFluentSchedulingDateSpecifier.MonthStart | ( | Symbol | symbol | ) |
Creates events on the first trading day of the month