ATAS
Loading...
Searching...
No Matches
ATAS.Strategies.StrategyNotificationEventArgs Class Reference

Provides data for the StrategyNotification event. More...

Inheritance diagram for ATAS.Strategies.StrategyNotificationEventArgs:
[legend]
Collaboration diagram for ATAS.Strategies.StrategyNotificationEventArgs:
[legend]

Public Member Functions

 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.
 

Properties

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.
 

Detailed Description

Provides data for the StrategyNotification event.

Constructor & Destructor Documentation

◆ 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
strategyThe strategy associated with the notification.
messageThe message of the notification.
titleThe title of the notification.
isErrorA value indicating whether the notification is an error.

Property Documentation

◆ 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: