ATAS
|
Provides data for the StrategyStateChanged event. More...
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. | |
Provides data for the StrategyStateChanged event.
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.
strategy | The strategy associated with the state change. |
state | The state of the strategy. |
|
get |
Gets the state of the strategy.
|
get |
Gets the strategy associated with the state change.