![]() |
fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <Poco/Net/StreamSocket.h>#include <Poco/Timespan.h>#include <Poco/Net/NetException.h>Go to the source code of this file.
Classes | |
| class | FIX8::AsyncSocket< T > |
| Half duplex async socket wrapper with thread. More... | |
| class | FIX8::FIXReader |
| Fix message reader. More... | |
| class | FIX8::FIXWriter |
| Fix message writer. More... | |
| class | FIX8::Connection |
| Complete Fix connection (reader and writer). More... | |
| class | FIX8::ClientConnection |
| Client (initiator) specialisation of Connection. More... | |
| class | FIX8::ServerConnection |
| Server (acceptor) specialisation of Connection. More... | |
Namespaces | |
| FIX8 | |
Macros | |
| #define | scout ssout_info((&_session)) |
| #define | scout_info ssout_info((&_session)) |
| #define | scout_warn ssout_warn((&_session)) |
| #define | scout_error ssout_error((&_session)) |
| #define | scout_fatal ssout_fatal((&_session)) |
| #define | scout_debug ssout_debug((&_session)) |
| #define scout ssout_info((&_session)) |
Definition at line 754 of file connection.hpp.
| #define scout_debug ssout_debug((&_session)) |
Definition at line 759 of file connection.hpp.
Referenced by FIX8::ClientConnection::connect(), and FIX8::Connection::stop().
| #define scout_error ssout_error((&_session)) |
Definition at line 757 of file connection.hpp.
Referenced by FIX8::ClientConnection::connect(), FIX8::FIXReader::execute(), and FIX8::FIXWriter::execute().
| #define scout_fatal ssout_fatal((&_session)) |
Definition at line 758 of file connection.hpp.
| #define scout_info ssout_info((&_session)) |
Definition at line 755 of file connection.hpp.
Referenced by FIX8::FIXReader::callback_processor(), FIX8::ClientConnection::connect(), FIX8::FIXReader::execute(), and FIX8::FIXWriter::execute().
| #define scout_warn ssout_warn((&_session)) |
Definition at line 756 of file connection.hpp.
Referenced by FIX8::FIXReader::callback_processor(), and FIX8::FIXReader::execute().