Decoder Constructor (String, Dialect) |
Creates a SBE to FIX Decoder.
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
Syntaxpublic Decoder(
string xmlTemplates,
Dialect dialect
)
Parameters
- xmlTemplates
- Type: System.String
XML-based SBE templates. - dialect
- Type: FIXForge.NET.FIX.Dialect
Customized FIX dictionary used for decoded message.
See Also