Decoder.GenerateFixDialect Method (ProtocolVersion, String) |
Generates FIX dialect.
Namespace:
FIXForge.NET.FIX.SBE
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 Dialect GenerateFixDialect(
ProtocolVersion baseVersion,
string sbeTemplateXml
)
Parameters
- baseVersion
- Type: FIXForge.NET.FIX.ProtocolVersion
FIX protocol version for the generated FIX dictionary. - sbeTemplateXml
- Type: System.String
XML content of SBE template (the same as used to initialize Decoder).
Return Value
Type:
DialectThe dialect.
See Also