Click or drag to resize

FixEngine.CreateSession(String, String, FixVersion, SessionExtraParameters, MessageStorageType, FixVersion) Method

Creates a new FIX Session using extra parameters.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.34.0.0
Syntax
public Session CreateSession(
	string senderCompID,
	string targetCompID,
	FixVersion version,
	SessionExtraParameters pParam,
	MessageStorageType storageType,
	FixVersion ssnver
)

Parameters

senderCompID  String
SenderCompID of the session.
targetCompID  String
TargetCompID of the session.
version  FixVersion
FIX protocol version.
pParam  SessionExtraParameters
an option session parameters, can be null.
storageType  MessageStorageType
type of the message storage.
ssnver  FixVersion
session protocol version.

Return Value

Session
a pointer to the created session.
Remarks
Note  Note
Two sessions with the same values of senderCompID and targetCompID can not be created unless they have different session qualifiers.
See Also