ISession.SendResendRequest Method |
Normally, Resend Request (MsgType=2) message is sent automatically. This method allows simulating a sequence gap by sending this message manually.
This can be needed in some venue specific cases. This method should not be used in the normal work.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax void SendResendRequest(
int beginSeqNumber
)
Parameters
- beginSeqNumber
- Type: System.Int32
Begin sequence number of the first requested message in the range.
See Also