forwardEncoder Constructor (ProtocolVersion, String, Boolean)   Table of ContentEncoder Propertiesforward
Encoder Constructor (ProtocolVersion, String, String, Boolean)
Creates a FIX to FAST Encoder.

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 Encoder(
	ProtocolVersion fixVersion,
	string xmlFastTemplates,
	string dialectId,
	bool encodeEachMessageIndependently
)

Parameters

fixVersion
Type: FIXForge.NET.FIX.ProtocolVersion
FIX Protocol version
xmlFastTemplates
Type: System.String
XML-based FAST templates
dialectId
Type: System.String
Dialect ID
encodeEachMessageIndependently
Type: System.Boolean
Option to reset the previous values dictionaries before encoding a new FIX message.
See Also