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.12.0.0
Syntax 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 Exception | Condition |
---|
EngineException | Cannot process FIX dictionaries descriptions. Standard dictionary is detected, but only session level dictionaries are allowed. |
See Also