SessionResendRequestEventArgsProcessResendRequest Property

FIX Antenna .NET Programmer's Guide
If true resend request will be processed according to the standard. This is the default behaviour. If false resend request will be ignored i.e. neither messages will be resent nor gap fill will be sent. Output parameter. Default is true.

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

public bool ProcessResendRequest { get; set; }

Property Value

Type: Boolean
Flag to either process ResendRequest or ignore.
See Also

Reference