BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
FixClientSession.h File Reference

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>
Include dependency graph for FixClientSession.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

Manages the FIX client-side TCP connection and protocol state machine.