forwardDecoder Constructor (ProtocolVersion, String, Boolean, InputDataTraits)   Table of ContentDecoder Propertiesforward
Decoder Constructor (ProtocolVersion, String, String, 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(
	ProtocolVersion fixVersion,
	string xmlFastTemplates,
	string dialectId,
	bool decodeEachMessageIndependently,
	InputDataTraits inputDataTraits
)

Parameters

fixVersion
Type: FIXForge.NET.FIX.ProtocolVersion
FIX Protocol version.
xmlFastTemplates
Type: System.String
XML-based FAST templates.
dialectId
Type: System.String
FIX dialect identifier.
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