forwardDecoder Constructor    Table of ContentDecoder Constructor (String, Dialect, Boolean, InputDataTraits)forward
Decoder Constructor (String, Boolean, InputDataTraits)
Creates a FAST to FIX Decoder at dialect-independent mode.

Namespace:  FIXForge.NET.FIX.FAST
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 xmlFastTemplates,
	bool decodeEachMessageIndependently,
	InputDataTraits inputDataTraits
)

Parameters

xmlFastTemplates
Type: System.String
XML-based FAST templates. FIX dialect is implicitly generated from the template.
decodeEachMessageIndependently
Type: System.Boolean
Option to reset the previous values dictionaries before decoding a new FAST stream chunk.
inputDataTraits
Type: FIXForge.NET.FIX.FAST.InputDataTraits
Traits of input data, has effect only when decodeEachMessageIndependently parameter is false.
See Also