forwardDecoder Constructor (String, Boolean, InputDataTraits)   Table of ContentDecoder Constructor (String, ProtocolVersion, Boolean, InputDataTraits)forward
Decoder Constructor (String, Dialect, Boolean, InputDataTraits)
Creates a FAST to FIX Decoder.

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,
	Dialect fixDialect,
	bool decodeEachMessageIndependently,
	InputDataTraits inputDataTraits
)

Parameters

xmlFastTemplates
Type: System.String
XML-based FAST templates.
fixDialect
Type: FIXForge.NET.FIX.Dialect
FIX dialect instance to which decoded messages are supposed to belong.
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