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