• Version 1.15.2
Show / Hide Table of Contents

Class InitiatorConnectingEventArgs

Provides data for the InitiatorConnecting event of the Scheduler.

Inheritance
object
EventArgs
InitiatorConnectingEventArgs
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 InitiatorConnectingEventArgs : EventArgs

Constructors

InitiatorConnectingEventArgs(Session, CounterpartySettings)

Initializes new instance of InitiatorConnectingEventArgs class.

Declaration
public InitiatorConnectingEventArgs(Session session, CounterpartySettings counterparty)
Parameters
Type Name Description
Session session

Instance of FIX session which is a source of an event.

CounterpartySettings counterparty

Counterparty, to which session will connect.

Properties

Counterparty

Counterparty, to which session will connect.

Declaration
public CounterpartySettings Counterparty { get; }
Property Value
Type Description
CounterpartySettings

Session

Instance of FIX session which is a source of en event.

Declaration
public Session Session { get; }
Property Value
Type Description
Session
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX