Class SessionStateChangeEventArgs
StateChanged event arguments.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionStateChangeEventArgs : EventArgs
Constructors
SessionStateChangeEventArgs()
Declaration
public SessionStateChangeEventArgs()
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()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |