|
EPAM B2BITS C++ MOEX/Spectra MarketData handler
1.24.0
|
Represents TCPReplay params. More...
#include <B2BITS_SpectraApplication.h>
Classes | |
| struct | ChannelId |
Public Types | |
| typedef std::vector< ChannelId > | ChannelIdList |
Public Member Functions | |
| TCPReplayParams () | |
Public Attributes | |
| ChannelIdList | channels_ |
| List of channel id, which will be using the TCPReplay recovery model. More... | |
| std::string | username_ |
| std::string | password_ |
| Password for authorization on TCPReplay connection. More... | |
| u32 | reconnectAttemptCount_ |
| std::string | senderCompId_ |
| sender Comp Id More... | |
Represents TCPReplay params.
| typedef std::vector<ChannelId> Spectra::TCPReplayParams::ChannelIdList |
|
inline |
| ChannelIdList Spectra::TCPReplayParams::channels_ |
List of channel id, which will be using the TCPReplay recovery model.
| std::string Spectra::TCPReplayParams::password_ |
Password for authorization on TCPReplay connection.
| u32 Spectra::TCPReplayParams::reconnectAttemptCount_ |
Reconnect Attempt Count (-1 for infinite ) default -1
| std::string Spectra::TCPReplayParams::senderCompId_ |
sender Comp Id
| std::string Spectra::TCPReplayParams::username_ |
1.8.5