Application-level message will be sent to the counterparty.

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 event Session..::..OutboundApplicationMsgEventHandler OutboundApplicationMsgEvent
Visual Basic
Public Event OutboundApplicationMsgEvent As Session..::..OutboundApplicationMsgEventHandler
Visual C++
public:
 event Session..::..OutboundApplicationMsgEventHandler^ OutboundApplicationMsgEvent {
	void add (Session..::..OutboundApplicationMsgEventHandler^ value);
	void remove (Session..::..OutboundApplicationMsgEventHandler^ value);
}

See Also