#include <FixServer.h>
◆ FixServer()
◆ doAccept()
| void fix::FixServer::doAccept |
( |
| ) |
|
|
private |
◆ onExecutionReport()
◆ onMarketDataIncrementalRefresh()
◆ onMarketDataSnapshotFullRefresh()
◆ registerSession()
| void fix::FixServer::registerSession |
( |
const std::shared_ptr< FixSession > & |
session | ) |
|
◆ unregisterSession()
| void fix::FixServer::unregisterSession |
( |
uint32_t |
sessionId | ) |
|
◆ mAcceptor
| asio::ip::tcp::acceptor fix::FixServer::mAcceptor |
|
private |
◆ mMarketDataSubscriptions
| std::map<std::string, std::vector<std::weak_ptr<FixSession> > > fix::FixServer::mMarketDataSubscriptions |
|
private |
◆ mNextSessionId
| uint32_t fix::FixServer::mNextSessionId = 1 |
|
private |
◆ mSessions
| std::map<uint32_t, std::shared_ptr<FixSession> > fix::FixServer::mSessions |
|
private |
◆ mSocket
| asio::ip::tcp::socket fix::FixServer::mSocket |
|
private |
◆ mTradingCore
The documentation for this class was generated from the following files: