Enum AlertNotifications
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.Interfaces.dll
Alert types.
[DataContract]
public enum AlertNotifications
- Extension Methods
Fields
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "LogFile")] [XamlIcon("Logs")] Log = 2
Log file.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Popup")] [XamlIcon("Copy")] Popup = 1
Popup window.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Sound")] [XamlIcon("Bell")] Sound = 0
Sound.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Telegram")] [XamlIcon("Telegram")] Telegram = 3
Telegram.