forwardGenerateFixDialect Method    Table of ContentGenerateFixDialect Method (ProtocolVersion, String, String)forward
Decoder.GenerateFixDialect Method (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(
	string fastTemplateXml,
	string dialectId
)

Parameters

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