ITimeProvider
StockSharp.BusinessEntities
The interface describing the time provider.
Properties
Events
CurrentTimeChanged
public event Action<TimeSpan> CurrentTimeChanged
iTimeProvider.CurrentTimeChanged += handler
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.