Interface IAlertNotificationService
Defines an alert notification service.
Namespace: StockSharp.Alerts
Assembly: StockSharp.Alerts.dll
Syntax
public interface IAlertNotificationService : IDisposable
Methods
Notify(AlertNotifications, String, String, DateTimeOffset)
Add alert at the output.
Declaration
void Notify(AlertNotifications type, string caption, string message, DateTimeOffset time)
Parameters
Type | Name | Description |
---|---|---|
AlertNotifications | type | Alert type. |
String | caption | Signal header. |
String | message | Alert text. |
DateTimeOffset | time | Creation time. |