Class SessionStateChangeEventArgs
StateChanged event arguments.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionStateChangeEventArgs : EventArgs
Constructors
SessionStateChangeEventArgs(SessionState, SessionState)
Declaration
public SessionStateChangeEventArgs(SessionState newState, SessionState prevState)
Parameters
Type | Name | Description |
---|---|---|
SessionState | newState | |
SessionState | prevState |
Properties
NewState
Returns new session state.
Declaration
public SessionState NewState { get; }
Property Value
Type | Description |
---|---|
SessionState | new session state |
PrevState
Returns previous session state.
Declaration
public SessionState PrevState { get; }
Property Value
Type | Description |
---|---|
SessionState | previous session state |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |