Table of Contents

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

IAlertNotificationService

ProcessingService

Alert processing service.

public static IAlertProcessingService ProcessingService { get; }

Property Value

IAlertProcessingService

TryNotificationService

Alert notification service.

public static IAlertNotificationService TryNotificationService { get; }

Property Value

IAlertNotificationService

TryProcessingService

Alert processing service.

public static IAlertProcessingService TryProcessingService { get; }

Property Value

IAlertProcessingService