forwardAddListenPorts Method    Table of ContentAddSessionDialectFromString Method forward
Engine.AddSessionDialect Method
Adds the session level dictionary(s) from the XML file(s) with the description of the FIX Dictionary(s).

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public void AddSessionDialect(
	string dialectFile
)

Parameters

dialectFile
Type: System.String
Specifies the path(s) to the XML file(s) with the description of the FIX Dictionary(s). Symbol '|' is used as a filename delimiter.
Exceptions
ExceptionCondition
EngineExceptionCannot process FIX dictionaries descriptions. Standard dictionary is detected, but only session level dictionaries are allowed.
See Also