forwardGenerateFixDialect Method (String, String)   Table of ContentReset Method forward
Decoder.GenerateFixDialect Method (ProtocolVersion, String, String)
Generates FIX dialect XML.

Namespace:  FIXForge.NET.FIX.FAST
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 static string GenerateFixDialect(
	ProtocolVersion fixVersion,
	string fastTemplateXml,
	string dialectId
)

Parameters

fixVersion
Type: FIXForge.NET.FIX.ProtocolVersion
FIX version.
fastTemplateXml
Type: System.String
XML content of FAST template.
dialectId
Type: System.String
Output dialect identifier (see "id" attribute of "FIX" node).

Return Value

Type: String
Generated dialect XML.
See Also