fix8
version 1.4.0
Open Source C++ FIX Framework
|
Provides context to your retrans handler. More...
#include <session.hpp>
Public Member Functions | |
RetransmissionContext (const unsigned begin, const unsigned end, const unsigned interrupted_seqnum) | |
Public Attributes | |
const unsigned | _begin |
const unsigned | _end |
const unsigned | _interrupted_seqnum |
unsigned | _last |
bool | _no_more_records |
Friends | |
std::ostream & | operator<< (std::ostream &os, const RetransmissionContext &what) |
Provides context to your retrans handler.
Definition at line 598 of file session.hpp.
|
inline |
Definition at line 604 of file session.hpp.
|
friend |
Definition at line 607 of file session.hpp.
const unsigned FIX8::Session::RetransmissionContext::_begin |
Definition at line 600 of file session.hpp.
Referenced by FIX8::Session::retrans_callback().
const unsigned FIX8::Session::RetransmissionContext::_end |
Definition at line 600 of file session.hpp.
const unsigned FIX8::Session::RetransmissionContext::_interrupted_seqnum |
Definition at line 600 of file session.hpp.
Referenced by FIX8::Session::retrans_callback().
unsigned FIX8::Session::RetransmissionContext::_last |
Definition at line 601 of file session.hpp.
Referenced by FIX8::Session::retrans_callback().
bool FIX8::Session::RetransmissionContext::_no_more_records |
Definition at line 602 of file session.hpp.
Referenced by FIX8::MemoryPersister::get(), FIX8::FilePersister::get(), and FIX8::Session::retrans_callback().