Class SessionLoggingOutEventArgs
Provides data for the SessionLoggingOut event of the Scheduler.
Inherited Members
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionLoggingOutEventArgs : EventArgs
Constructors
SessionLoggingOutEventArgs(Session)
Initializes new instance of SessionLoggingOutEventArgs class.
Declaration
public SessionLoggingOutEventArgs(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 either a source of the event.
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session |
ShouldLogout
Gets or sets value if scheduler should perform logout. If scheduler should perform logout set this value to 'true', 'false' otherwise.
Declaration
public bool ShouldLogout { get; set; }
Property Value
Type | Description |
---|---|
bool |