forwardOnInboundSessionMsgEvent Method    Table of ContentOnOutboundApplicationMsgEvent Method forward
Session.OnMessageResending Method
Called when the sent application-level message is about to be re-sent to the counterpart in reply to the ResendRequest (MsgType=2) message.

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.10.1.0
Syntax
C#
protected internal void OnMessageResending(
	MessageResendingEventArgs args
)

Parameters

args
Type: FIXForge.NET.FIX.MessageResendingEventArgs
Event data.
See Also