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

Provides data for the StrategyStateChanged event. More...

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

Public Member Functions

 StrategyStateChangedEventArgs (IStrategy strategy, StrategyStateDescription state)
 Initializes a new instance of the StrategyStateChangedEventArgs class with the specified strategy, old state, and new state.
 

Properties

IStrategy Strategy [get]
 Gets the strategy associated with the state change.
 
StrategyStateDescription State [get]
 Gets the state of the strategy.
 

Detailed Description

Provides data for the StrategyStateChanged event.

Constructor & Destructor Documentation

◆ StrategyStateChangedEventArgs()

ATAS.Strategies.StrategyStateChangedEventArgs.StrategyStateChangedEventArgs ( IStrategy  strategy,
StrategyStateDescription  state 
)

Initializes a new instance of the StrategyStateChangedEventArgs class with the specified strategy, old state, and new state.

Parameters
strategyThe strategy associated with the state change.
stateThe state of the strategy.

Property Documentation

◆ State

StrategyStateDescription ATAS.Strategies.StrategyStateChangedEventArgs.State
get

Gets the state of the strategy.

◆ Strategy

IStrategy ATAS.Strategies.StrategyStateChangedEventArgs.Strategy
get

Gets the strategy associated with the state change.


The documentation for this class was generated from the following file: