Dialect Constructor (String) |
Creates a dialect according to the definition from the Engine configuration file.
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 Dialect(
string dialectId
)
Parameters
- dialectId
- Type: System.String
Identifier of FIX dialect as it specified in Dialect XML description
See Also