Class SessionEventArgs
Provides data for the Session actions events of the Scheduler.
Inherited Members
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionEventArgs : EventArgs
Constructors
SessionEventArgs(Session)
Initializes new instance of SessionWarningEventArgs class.
Declaration
public SessionEventArgs(Session session)
Parameters
Type | Name | Description |
---|---|---|
Session | session | Instance of FIX session which is either a source of warning or which is related with given warning. |
Properties
Session
Instance of FIX session which is either a destination of action.
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session |