• Version 1.15.2
Show / Hide Table of Contents

Class SessionEventArgs

Provides data for the Session action events of the Scheduler.

Inheritance
object
EventArgs
SessionEventArgs
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 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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX