forwardFixmlConverter Constructor (String, ProtocolVersion)   Table of ContentFixmlConverter Constructor (ProtocolVersion, String)forward
FixmlConverter Constructor (Dialect, String)
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(
	Dialect dialect,
	string schemaString
)

Parameters

dialect
Type: FIXForge.NET.FIX.Dialect
Custom dialect.
schemaString
Type: System.String
Plain text string with custom XML schema content.
See Also