Lean
$LEAN_TAG$
|
The composite time provider will source it's current time using the smallest time from the given providers More...
Public Member Functions | |
CompositeTimeProvider (IEnumerable< ITimeProvider > timeProviders) | |
Creates a new instance More... | |
DateTime | GetUtcNow () |
Gets the current time in UTC More... | |
The composite time provider will source it's current time using the smallest time from the given providers
Definition at line 25 of file CompositeTimeProvider.cs.
QuantConnect.Lean.Engine.DataFeeds.CompositeTimeProvider.CompositeTimeProvider | ( | IEnumerable< ITimeProvider > | timeProviders | ) |
Creates a new instance
timeProviders | The time providers to use. Will default to the real time provider if empty |
Definition at line 33 of file CompositeTimeProvider.cs.
DateTime QuantConnect.Lean.Engine.DataFeeds.CompositeTimeProvider.GetUtcNow | ( | ) |
Gets the current time in UTC
Implements QuantConnect.ITimeProvider.
Definition at line 42 of file CompositeTimeProvider.cs.