Namespaces | Defines
Session.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  FIX

Defines

#define LOGEX(method)

Define Documentation

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

Definition at line 38 of file Session.cpp.

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


Generated on Mon Sep 15 2014 01:23:55 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001