Session.cpp File Reference
#include "config.h"
#include "Session.h"
#include "Values.h"
#include <algorithm>
#include <iostream>
Include dependency graph for Session.cpp:

Go to the source code of this file.

Namespaces

namespace  FIX

Macros

#define LOGEX(method)

Macro Definition Documentation

◆ LOGEX

#define LOGEX ( method)
Value:
try { method; } catch( std::exception& e ) \
{ m_state.onEvent( e.what() ); }

Definition at line 38 of file Session.cpp.

38#define LOGEX( method ) try { method; } catch( std::exception& e ) \
39 { m_state.onEvent( e.what() ); }

Referenced by FIX::Session::next().


Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001