ITimerHandler
StockSharp.Algo.Strategies.Strategy
Controlador de tempo.
Implementa: IDisposable
Propriedades
Interval
public TimeSpan Interval { get; set; }
value = iTimerHandler.Interval
iTimerHandler.Interval = value
Intervalo de tempo.
IsStarted
public bool IsStarted { get; }
value = iTimerHandler.IsStarted
Se o temporizador está a correr.
Métodos
Start
public ITimerHandler Start()
result = iTimerHandler.Start()
Liga o cronómetro.
Retorna: ITimerHandler
Stop
public ITimerHandler Stop()
result = iTimerHandler.Stop()
Pára o temporizador.
Retorna: ITimerHandler