FIX Antenna ANSI C  2.18.0
 All Data Structures Variables Pages
Data Fields
B2BITS_MDApplicationListener Struct Reference

Represents CME Globex application listener. More...

#include <B2BITS_C_MDApplicationListeners.h>

Data Fields

B2BITS_OnErrorCallbackApp onError_
 Called on errors in MDApplication. More...
 
B2BITS_ProcessCallbackApp process_
 Called on non X, d and W messages. More...
 

Detailed Description

Represents CME Globex application listener.

Note
Objects of this class do not put to the std::auto_ptr or other smart pointers (except specialized, example Utils::RefCounterPtr)

Field Documentation

B2BITS_OnErrorCallbackApp onError_

Called on errors in MDApplication.

Note
This function can be called from different thread, so used should make it thread-safe in implementation
Parameters
errorerror message
B2BITS_ProcessCallbackApp process_

Called on non X, d and W messages.

Note
This function can be called from different thread, so used should make it thread-safe in implementation
Parameters
msgmessage

The documentation for this struct was generated from the following file: