|
ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
|
MoldUDP64 session settings. More...
MoldUDP64 session settings.
Configuration parameters for establishing and maintaining a MoldUDP64 multicast session. Includes network endpoints for redundant feeds, recovery channel, and operational parameters.
#include <nasdaq/moldudp64/Session.h>
Public Attributes | |
| net::UdpEndpoint | feed_a_ |
| Primary multicast feed endpoint (IP:Port). | |
| net::UdpEndpoint | feed_b_ |
| Secondary/backup multicast feed endpoint (IP:Port). | |
| net::UdpEndpoint | replay_ |
| Unicast recovery/replay endpoint (IP:Port). | |
| SequencerParams | seq_params_ |
| Message sequencer configuration. | |
| std::uint32_t | hb_timeout_ = 3000 |
| Heartbeat timeout in milliseconds (link down detection). | |
| std::uint32_t | recovery_attempts_interval_ = 60 |
| Interval between recovery attempts in seconds. | |
| std::uint32_t | udp_recv_buffer_size_ = 0 |
| UDP receive buffer size in KB (0 = system default). | |
| net::UdpEndpoint b2bits::nasdaq::moldudp64::Settings::feed_a_ |
Primary multicast feed endpoint (IP:Port).
| net::UdpEndpoint b2bits::nasdaq::moldudp64::Settings::feed_b_ |
Secondary/backup multicast feed endpoint (IP:Port).
| std::uint32_t b2bits::nasdaq::moldudp64::Settings::hb_timeout_ = 3000 |
Heartbeat timeout in milliseconds (link down detection).
| std::uint32_t b2bits::nasdaq::moldudp64::Settings::recovery_attempts_interval_ = 60 |
Interval between recovery attempts in seconds.
| net::UdpEndpoint b2bits::nasdaq::moldudp64::Settings::replay_ |
Unicast recovery/replay endpoint (IP:Port).
| SequencerParams b2bits::nasdaq::moldudp64::Settings::seq_params_ |
Message sequencer configuration.
| std::uint32_t b2bits::nasdaq::moldudp64::Settings::udp_recv_buffer_size_ = 0 |
UDP receive buffer size in KB (0 = system default).