EPAM B2BITS C++ MOEX/Spectra MarketData handler  1.24.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Spectra::TCPReplayParams Struct Reference

Represents TCPReplay params. More...

#include <B2BITS_SpectraApplication.h>

Classes

struct  ChannelId
 

Public Types

typedef std::vector< ChannelIdChannelIdList
 

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...
 

Detailed Description

Represents TCPReplay params.

Member Typedef Documentation

Constructor & Destructor Documentation

Spectra::TCPReplayParams::TCPReplayParams ( )
inline

Member Data Documentation

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_