Class AlertServicesRegistry
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.Interfaces.dll
Extension class.
public static class AlertServicesRegistry
- Inheritance
-
AlertServicesRegistry
- Inherited Members
Properties
NotificationService
Alert notification service.
public static IAlertNotificationService NotificationService { get; }
Property Value
ProcessingService
Alert processing service.
public static IAlertProcessingService ProcessingService { get; }
Property Value
TryNotificationService
Alert notification service.
public static IAlertNotificationService TryNotificationService { get; }
Property Value
TryProcessingService
Alert processing service.
public static IAlertProcessingService TryProcessingService { get; }