forwardSession Constructor    Table of ContentSession Constructor (String, String, ProtocolVersion)forward
Session Constructor (String, String, Dialect)
Creates the FIX Session.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public Session(
	string senderCompID,
	string targetCompID,
	Dialect dialect
)

Parameters

senderCompID
Type: System.String
Assigned value used to identify firm sending message (SenderCompID, tag=49 field value in outgoing messages).
targetCompID
Type: System.String
Assigned value used to identify receiving firm (TargetCompID, tag=56 field value in outgoing messages).
dialect
Type: FIXForge.NET.FIX.Dialect
FIX dialect to be used by the session.
See Also