Click or drag to resize

FixEngineCreateProtocol Method

Register new custom FIX Protocol and returns its identifier

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public int CreateProtocol(
	string name,
	FixVersion baseVer,
	string additionalXml
)

Parameters

name  String
Unique name of the protocol
baseVer  FixVersion
Base FIX Version
additionalXml  String
FIX Protocol customization file

Return Value

Int32
Unique FIX protocol identifier
Exceptions
ExceptionCondition
ApplicationException If protocol with given name already exists or additionalXml points to default additional.xml file.
See Also