B2BITS FIX Antenna HFT  1.0.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Engine::LinkErrorWasDetected Class Reference

A telecommunication link error was detected. More...

#include <B2BITS_Event.h>

+ Inheritance diagram for Engine::LinkErrorWasDetected:
+ Collaboration diagram for Engine::LinkErrorWasDetected:

Public Member Functions

virtual Type getType () const
 Returns the event type. More...
 
 LinkErrorWasDetected (const Session *sn, const char *reason)
 Constructor. More...
 
- Public Member Functions inherited from Engine::SessionWarning
const std::string * getSenderCompID () const
 Returns session's SenderCompID. More...
 
const std::string * getTargetCompID () const
 Returns session's TargetCompID. More...
 
 SessionWarning (const std::string &sender, const std::string &target, const std::string &reason)
 Constructor. More...
 
 SessionWarning (const Session *pSn, const std::string &reason)
 
virtual ~SessionWarning ()
 Destructor. More...
 
- Public Member Functions inherited from Engine::Warning
 Warning (const std::string &msg)
 Constructor. More...
 
virtual const std::string * what () const
 Describes the event. More...
 
virtual ~Warning ()
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from Engine::Event
enum  Type {
  EVENT, ERROR_EVENT, NOTIFICATION, WARNING,
  SESSION_ERROR, PARSE_ERROR_IN_SESSION, NEW_INCOMING_CONNECTION, SESSION_NOTIFICATION,
  SESSION_WAS_CREATED, SESSION_WAS_CONNECTED, SESSION_WAS_CLOSED, SESSION_WAS_ESTABLISHED,
  SESSION_WAS_RESTORED, SYNCHRONIZATION_COMPLETE, SESSION_WARNING, LINK_ERROR_WAS_DETECTED,
  LINK_WAS_RESTORED, PERSISTENT_DATA_WERE_FOUND, DEBUG_MESSAGE, SESSION_DEBUG_MESSAGE
}
 Event types. More...
 
- Protected Member Functions inherited from Engine::Event
virtual ~Event ()
 Destructor. More...
 
- Protected Attributes inherited from Engine::Warning
std::string m_reason
 Contains std::string that describes the event. More...
 

Detailed Description

A telecommunication link error was detected.

Constructor & Destructor Documentation

Engine::LinkErrorWasDetected::LinkErrorWasDetected ( const Session sn,
const char *  reason 
)

Constructor.

Parameters
snInstance of Session assigned with event
reasonMessage that describes event. Can be NULL;

Member Function Documentation

virtual Type Engine::LinkErrorWasDetected::getType ( ) const
inlinevirtual

Returns the event type.

Can be used instead of C++ RTTI.

Reimplemented from Engine::SessionWarning.

References Engine::Event::LINK_ERROR_WAS_DETECTED.