FixEngineResendMessagesBlockSize Property

FIX Antenna .NET Programmer's Guide
Resend Request resend messages by blocks. This parameter defines how many messages procceed in block. By default parameter is 0 - all messages will be resend in one block.

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

public int ResendMessagesBlockSize { get; }

Property Value

Type: Int32
how many messages procceed in block
See Also

Reference