Click or drag to resize

SessionResendRequestEventArgsProcessResendRequest Property

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.32.0.0
Syntax
public bool ProcessResendRequest { get; set; }

Property Value

Boolean
Flag to either process ResendRequest or ignore.
See Also