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