forwardDecoder Constructor (String)   Table of ContentDecoder Constructor (ProtocolVersion, String)forward
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.10.1.0
Syntax
C#
public 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