Lean
$LEAN_TAG$
|
Specifies times times on dates for events, used in conjunction with IDateRule More...
Public Member Functions | |
IEnumerable< DateTime > | CreateUtcEventTimes (IEnumerable< DateTime > dates) |
Creates the event times for the specified dates in UTC More... | |
Properties | |
string | Name [get] |
Gets a name for this rule More... | |
Specifies times times on dates for events, used in conjunction with IDateRule
Definition at line 25 of file ITimeRule.cs.
IEnumerable<DateTime> QuantConnect.Scheduling.ITimeRule.CreateUtcEventTimes | ( | IEnumerable< DateTime > | dates | ) |
Creates the event times for the specified dates in UTC
dates | The dates to apply times to |
Implemented in QuantConnect.Scheduling.FuncTimeRule, and QuantConnect.Scheduling.CompositeTimeRule.
|
get |
Gets a name for this rule
Definition at line 30 of file ITimeRule.cs.