◆ SubscribeToTimer()
void ATAS.Indicators.IMarketTimeProvider.SubscribeToTimer |
( |
TimeSpan |
period, |
|
|
Action |
callback |
|
) |
| |
Registers the callback and periodically calls it with specified period.
- Parameters
-
period | A period of market data time used to repeatedly invoke the callback. |
callback | A method that is called each time a specified period of market data time passes. |
Implemented in ATAS.Indicators.ExtendedIndicator.
◆ UnsubscribeFromTimer()
void ATAS.Indicators.IMarketTimeProvider.UnsubscribeFromTimer |
( |
TimeSpan |
period, |
|
|
Action |
callback |
|
) |
| |
Unregister the callback from periodic invocations.
- Parameters
-
period | Subscribed period of invocations. |
callback | A method to be unregistered. |
Implemented in ATAS.Indicators.ExtendedIndicator.
◆ MarketTime
DateTime ATAS.Indicators.IMarketTimeProvider.MarketTime |
|
get |
◆ UtcTime
DateTime ATAS.Indicators.IMarketTimeProvider.UtcTime |
|
get |
The documentation for this interface was generated from the following file: