Interface ITimeProvider
- Namespace
- StockSharp.BusinessEntities
- Assembly
- StockSharp.BusinessEntities.dll
The interface describing the time provider.
public interface ITimeProvider
- Extension Methods
Properties
CurrentTime
Current time.
DateTimeOffset CurrentTime { get; }
Property Value
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