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.12.0.0
Syntax 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:
StringGenerated dialect XML.
See Also