Occurs when a fatal error occurs during FIX engine initialization process.

Namespace:  Teraspaces.QWFIX.Application
Assembly:  Teraspaces.QWFIX.Application (in Teraspaces.QWFIX.Application.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  J# 
public event FIXStandaloneApplicationFatalErrorHandler FatalErrorOccurs
Public Event FatalErrorOccurs As FIXStandaloneApplicationFatalErrorHandler
/** @event */
public void add_FatalErrorOccurs (FIXStandaloneApplicationFatalErrorHandler value)
/** @event */
public void remove_FatalErrorOccurs (FIXStandaloneApplicationFatalErrorHandler value)

Remarks

This event is triggered when an irrecoverable error occurs during initialization process. Some examples of fatal errors are: Repository Server is down or password is not correct, Settings are invalid, etc.

The process will not automatically exit after this event is triggered.

Note:
Pre QWFIX version 1.5 the process will automatically terminate after this event is triggered. That behavior has been changed in this and future versions.

See Also