Decoder Constructor (String, ProtocolVersion, 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.12.0.0
Syntax public Decoder(
string xmlFastTemplates,
ProtocolVersion fixVersion,
bool decodeEachMessageIndependently,
InputDataTraits inputDataTraits
)
Parameters
- xmlFastTemplates
- Type: System.String
XML-based FAST templates. - fixVersion
- Type: FIXForge.NET.FIX.ProtocolVersion
FIX Protocol version. - 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