Lean
$LEAN_TAG$
|
Provides access to the current time in UTC. This doesn't necessarily need to be wall-clock time, but rather the current time in some system More...
Public Member Functions | |
DateTime | GetUtcNow () |
Gets the current time in UTC More... | |
Provides access to the current time in UTC. This doesn't necessarily need to be wall-clock time, but rather the current time in some system
Definition at line 25 of file ITimeProvider.cs.
DateTime QuantConnect.ITimeProvider.GetUtcNow | ( | ) |
Gets the current time in UTC
Implemented in QuantConnect.Lean.Engine.DataFeeds.SubscriptionSynchronizer, QuantConnect.Lean.Engine.DataFeeds.ManualTimeProvider, QuantConnect.Lean.Engine.DataFeeds.LiveTimeProvider, QuantConnect.Lean.Engine.DataFeeds.PredicateTimeProvider, QuantConnect.Lean.Engine.DataFeeds.SubscriptionFrontierTimeProvider, QuantConnect.Lean.Engine.DataFeeds.CompositeTimeProvider, and QuantConnect.RealTimeProvider.