Encoder Constructor (String, Dialect, 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.12.0.0
Syntax public Encoder(
string xmlFastTemplates,
Dialect fixDialect,
bool encodeEachMessageIndependently
)
Parameters
- xmlFastTemplates
- Type: System.String
XML-based FAST templates - fixDialect
- Type: FIXForge.NET.FIX.Dialect
FIX dialect instance to which encoded FIX messages belong - encodeEachMessageIndependently
- Type: System.Boolean
Option to reset the previous values dictionaries before encoding a new FIX message.
See Also