Click or drag to resize

FixEngineCreateFastSession(SessionId, FixVersion, String) Method

Creates a new FIX Session with given Session Id.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public Session CreateFastSession(
	SessionId sessionId,
	FixVersion version,
	string templateFn
)

Parameters

sessionId  SessionId
Session Identifier.
version  FixVersion
FIX protocol version.
templateFn  String
FAST templates file.

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