forwardAddSessionDialect Method    Table of ContentAddSslListenPort Method forward
Engine.AddSessionDialectFromString Method
Adds the session level dictionary(s) from the plain text string 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 AddSessionDialectFromString(
	string dialectString
)

Parameters

dialectString
Type: System.String
Specifies the plain text string with the description of the FIX Dictionary(s).
Exceptions
ExceptionCondition
EngineExceptionCannot process FIX dictionaries descriptions. Standard dictionary is detected, but only session level dictionaries are allowed.
See Also