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.12.0.0
Syntax public void AddSessionDialectFromString(
string dialectString
)
Parameters
- dialectString
- Type: System.String
Specifies the plain text string with the description of the FIX Dictionary(s).
Exceptions Exception | Condition |
---|
EngineException | Cannot process FIX dictionaries descriptions. Standard dictionary is detected, but only session level dictionaries are allowed. |
See Also