forwardDialect Constructor    Table of ContentDialect Constructor (ProtocolVersion)forward
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.10.1.0
Syntax
C#
public Dialect(
	string dialectId
)

Parameters

dialectId
Type: System.String
Identifier of FIX dialect as it specified in Dialect XML description
See Also