FixEngineCreateFastSession Method (SessionId, FixVersion, SessionExtraParameters, String)

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

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

public Session CreateFastSession(
	SessionId sessionId,
	FixVersion version,
	SessionExtraParameters pParam,
	string templateFn
)

Parameters

sessionId
Type: com.b2bits.FIXAntennaSessionId
Session Identifier.
version
Type: com.b2bits.FIXAntennaFixVersion
FIX protocol version.
pParam
Type: com.b2bits.FIXAntennaSessionExtraParameters
an option session parameters, can be .
templateFn
Type: SystemString
FAST templates file.

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