SessionExtraParametersValidationParametersCheckRequiredGroupFields Field

FIX Antenna .NET Programmer's Guide
This parameter controls the validation of required fields in repeating group. The possible values are "true" and "false". If set to "true" then repeating groups will be checked for presence of required fields. If set to "false" then the responsibility for repeating group validity rests with the counterparty. The recommended setting is "true". This parameter is optional. The default value is "true".

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public Nullable<bool> CheckRequiredGroupFields

Field Value

Type: NullableBoolean
See Also

Reference