forwardOutboundApplicationMsgEventArgs Methods   Table of ContentOutboundSessionMsgEventArgs Classforward
OutboundApplicationMsgEventHandler Delegate
Represents the method that will handle the FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event.

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#
public delegate void OutboundApplicationMsgEventHandler(
	Object sender,
	OutboundApplicationMsgEventArgs args
)

Parameters

sender
Type: System.Object
Event source (FIXForge.NET.FIX.Session).
args
Type: FIXForge.NET.FIX.OutboundApplicationMsgEventArgs
Event data.
See Also