forwardInitiatorConnectingEventArgs Class   Table of ContentInitiatorConnectingEventArgs Propertiesforward
InitiatorConnectingEventArgs Constructor
Initializes new instance of InitiatorConnectingEventArgs class.

Namespace:  FIXForge.NET.FIX.Scheduling
Assembly:  FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public InitiatorConnectingEventArgs(
	Session session,
	CounterpartySettings counterparty
)

Parameters

session
Type: FIXForge.NET.FIX.Session
Instance of FIX session which is either a source of event.
counterparty
Type: FIXForge.NET.FIX.Scheduling.CounterpartySettings
Counterparty, to which session will connect.
See Also