FixEngineCreateSession(String, String, Int32, SessionExtraParameters, MessageStorageType, FixVersion) Method |
Creates a new FIX Session using extra parameters.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic Session CreateSession(
string senderCompID,
string targetCompID,
int parserID,
SessionExtraParameters pParam,
MessageStorageType storageType,
FixVersion defaultAppProtocol
)
public function CreateSession(
senderCompID : String,
targetCompID : String,
parserID : int,
pParam : SessionExtraParameters,
storageType : MessageStorageType,
defaultAppProtocol : FixVersion
) : Session
Parameters
- senderCompID String
- SenderCompID of the session.
- targetCompID String
- TargetCompID of the session.
- parserID Int32
- FIX parser identifier.
- pParam SessionExtraParameters
- an option session parameters, can be .
- storageType MessageStorageType
- type of the message storage.
- defaultAppProtocol FixVersion
- Default application FIX protocol version.
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