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

Parameters

xmlTemplates
Type: System.String
XML-based SBE templates.
See Also