|
ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
|
ITCH 5.0 specific session settings. More...
ITCH 5.0 specific session settings.
Contains configuration parameters specific to ITCH 5.0 protocol, including instrument filtering, order book depth, and recovery settings.
#include <nasdaq/itch50/Session.h>
Public Attributes | |
| std::string | instruments_file_ |
| Path to instruments configuration file for filtering. | |
| bool | aggregated_mode_ = false |
| Enable aggregated order book mode (price level aggregation). | |
| soupbintcp::Settings | ss_settings_ |
| SoupBinTCP session settings for TCP connectivity. | |
| std::uint16_t | market_depth_ = 10 |
| Maximum depth of order book to maintain (number of price levels). | |
| std::uint32_t | recovery_timeout_ = 15 |
| Recovery timeout in seconds before giving up on message recovery. | |
| bool b2bits::nasdaq::itch50::ItchSettings::aggregated_mode_ = false |
Enable aggregated order book mode (price level aggregation).
| std::string b2bits::nasdaq::itch50::ItchSettings::instruments_file_ |
Path to instruments configuration file for filtering.
| std::uint16_t b2bits::nasdaq::itch50::ItchSettings::market_depth_ = 10 |
Maximum depth of order book to maintain (number of price levels).
| std::uint32_t b2bits::nasdaq::itch50::ItchSettings::recovery_timeout_ = 15 |
Recovery timeout in seconds before giving up on message recovery.
| soupbintcp::Settings b2bits::nasdaq::itch50::ItchSettings::ss_settings_ |
SoupBinTCP session settings for TCP connectivity.