FixEngineCreateSession Method (String, String, Int32, SessionExtraParameters, MessageStorageType, FixVersion)

FIX Antenna .NET Programmer's Guide
Creates a new FIX Session using extra parameters.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public Session CreateSession(
	string senderCompID,
	string targetCompID,
	int parserID,
	SessionExtraParameters pParam,
	MessageStorageType storageType,
	FixVersion defaultAppProtocol
)

Parameters

senderCompID
Type: SystemString
SenderCompID of the session.
targetCompID
Type: SystemString
TargetCompID of the session.
parserID
Type: SystemInt32
FIX parser identifier.
pParam
Type: com.b2bits.FIXAntennaSessionExtraParameters
an option session parameters, can be .
storageType
Type: com.b2bits.FIXAntennaMessageStorageType
type of the message storage.
defaultAppProtocol
Type: com.b2bits.FIXAntennaFixVersion
Default application FIX protocol version.Default application FIX protocol version. Required if parserID points to FIXT 1.1 parser.

Return Value

Type: 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

Reference