forwardFixmlConverter Constructor (ProtocolVersion)   Table of ContentFixmlConverter Constructor (String, ProtocolVersion)forward
FixmlConverter Constructor (String, Dialect)
Initializes converter instance.

Namespace:  FIXForge.NET.FIX.Fix2FixmlConverter
Assembly:  FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64 (in FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public FixmlConverter(
	string schemaPath,
	Dialect dialect
)

Parameters

schemaPath
Type: System.String
Path to folder where the custom XML schema is located.
dialect
Type: FIXForge.NET.FIX.Dialect
Custom dialect.
See Also