Decoder Constructor (ProtocolVersion, String) |
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
Syntax public Decoder(
ProtocolVersion baseVersion,
string xmlTemplates
)
Parameters
- baseVersion
- Type: FIXForge.NET.FIX.ProtocolVersion
FIX protocol version for the generated FIX dictionary. - xmlTemplates
- Type: System.String
XML-based SBE templates.
See Also