Interface ITimeProvider
- Namespace
- StockSharp.BusinessEntities
- Assembly
- StockSharp.BusinessEntities.dll
The interface describing the time provider.
public interface ITimeProvider : ILogSource, IDisposable
- Inherited Members
- Extension Methods
Events
CurrentTimeChanged
Server time changed CurrentTime. It passed the time difference since the last call of the event. The first time the event passes the value Zero.
event Action<TimeSpan> CurrentTimeChanged