FixEngineCreateSession(SessionId, FixVersion, SessionExtraParameters, MessageStorageType) Method |
Creates a new FIX Session with given Session Id using extra parameters.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic Session CreateSession(
SessionId sessionId,
FixVersion version,
SessionExtraParameters pParam,
MessageStorageType storageType
)
public function CreateSession(
sessionId : SessionId,
version : FixVersion,
pParam : SessionExtraParameters,
storageType : MessageStorageType
) : Session
Parameters
- sessionId SessionId
- Session Identifier.
- version FixVersion
- FIX protocol version.
- pParam SessionExtraParameters
- an option session parameters, can be .
- storageType MessageStorageType
- type of the message storage.
Return Value
Sessiona pointer to the created session.
Remarks Note |
---|
Two sessions with the same values of senderCompID and targetCompID can not be created unless they have different session qualifiers. |
See Also