Class InitiatorConnectingEventArgs
Provides data for the InitiatorConnecting event of the Scheduler.
Inherited Members
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Engine.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 |