Represents the method that will handle the FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public delegate void InboundApplicationMsgEventHandler(
	Object sender,
	Session..::..InboundApplicationMsgEventArgs args
)
Visual Basic
Public Delegate Sub InboundApplicationMsgEventHandler ( _
	sender As Object, _
	args As Session..::..InboundApplicationMsgEventArgs _
)
Visual C++
public delegate void InboundApplicationMsgEventHandler(
	Object^ sender, 
	Session..::..InboundApplicationMsgEventArgs^ args
)

Parameters

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

See Also