Click or drag to resize

SessionExtraParametersAllowMessageWithoutPossDupFlag Field

This parameter is an option whereby the repeated messages are received without PossDupFlag (43) field. It's used for incoming messages only. If set to "true" and a message is received with a sequence number less than expected without PossDupFlag (43), a message will be processed. If set to "false", the connection will be closed. The default value is "false".

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public bool? AllowMessageWithoutPossDupFlag

Field Value

NullableBoolean
See Also