forwardDialect Constructor (String)   Table of ContentDialect Propertiesforward
Dialect Constructor (ProtocolVersion)
Creates a dialect which describes the standard messages dictionary of given FIX version.

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(
	ProtocolVersion version
)

Parameters

version
Type: FIXForge.NET.FIX.ProtocolVersion
FIX version
See Also