• Version 1.15.2
Show / Hide Table of Contents

Class SessionLoggingOutEventArgs

Provides data for the SessionLoggingOut event of the Scheduler.

Inheritance
object
EventArgs
SessionLoggingOutEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Scheduler.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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX