Provides data for the StrategyNotification event.
More...
|
| StrategyNotificationEventArgs (IStrategy strategy, string message, string title, bool isError) |
| Initializes a new instance of the StrategyNotificationEventArgs class with the specified strategy, message, title, and error status.
|
|
|
IStrategy | Strategy [get] |
| Gets the strategy associated with the notification.
|
|
string | Message [get] |
| Gets the message of the notification.
|
|
string | Title [get] |
| Gets the title of the notification.
|
|
bool | IsError [get] |
| Gets a value indicating whether the notification is an error.
|
|
Provides data for the StrategyNotification event.
◆ StrategyNotificationEventArgs()
ATAS.Strategies.StrategyNotificationEventArgs.StrategyNotificationEventArgs |
( |
IStrategy |
strategy, |
|
|
string |
message, |
|
|
string |
title, |
|
|
bool |
isError |
|
) |
| |
Initializes a new instance of the StrategyNotificationEventArgs class with the specified strategy, message, title, and error status.
- Parameters
-
strategy | The strategy associated with the notification. |
message | The message of the notification. |
title | The title of the notification. |
isError | A value indicating whether the notification is an error. |
◆ IsError
bool ATAS.Strategies.StrategyNotificationEventArgs.IsError |
|
get |
Gets a value indicating whether the notification is an error.
◆ Message
string ATAS.Strategies.StrategyNotificationEventArgs.Message |
|
get |
Gets the message of the notification.
◆ Strategy
IStrategy ATAS.Strategies.StrategyNotificationEventArgs.Strategy |
|
get |
Gets the strategy associated with the notification.
◆ Title
string ATAS.Strategies.StrategyNotificationEventArgs.Title |
|
get |
Gets the title of the notification.
The documentation for this class was generated from the following file: