|
BetaTrader
A HFT Eco-System
|
Manages the FIX client-side TCP connection and protocol state machine. More...
#include "fix_client/SeqNumStore.h"#include "fix_client/FixMessageParser.h"#include <asio.hpp>#include <string>#include <memory>#include <functional>#include <atomic>

Go to the source code of this file.
Classes | |
| class | fix_client::FixClientSession |
| High-performance asynchronous FIX client using ASIO. More... | |
Namespaces | |
| namespace | fix_client |
Enumerations | |
| enum class | fix_client::FixClientState { fix_client::Disconnected , fix_client::Connecting , fix_client::Connected , fix_client::LogonSent , fix_client::Active , fix_client::LoggingOut } |
Manages the FIX client-side TCP connection and protocol state machine.