Lean
$LEAN_TAG$
|
Interface implemented by TimeKeeper More...
Public Member Functions | |
void | AddTimeZone (DateTimeZone timeZone) |
Adds the specified time zone to this time keeper More... | |
LocalTimeKeeper | GetLocalTimeKeeper (DateTimeZone timeZone) |
Gets the LocalTimeKeeper instance for the specified time zone More... | |
Properties | |
DateTime | UtcTime [get] |
Gets the current time in UTC More... | |
Interface implemented by TimeKeeper
Definition at line 24 of file ITimeKeeper.cs.
void QuantConnect.Interfaces.ITimeKeeper.AddTimeZone | ( | DateTimeZone | timeZone | ) |
Adds the specified time zone to this time keeper
timeZone |
Implemented in QuantConnect.TimeKeeper.
LocalTimeKeeper QuantConnect.Interfaces.ITimeKeeper.GetLocalTimeKeeper | ( | DateTimeZone | timeZone | ) |
Gets the LocalTimeKeeper instance for the specified time zone
timeZone | The time zone whose LocalTimeKeeper we seek |
Implemented in QuantConnect.TimeKeeper.
|
get |
Gets the current time in UTC
Definition at line 29 of file ITimeKeeper.cs.