B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Globex::TCPReplayParams Struct Reference

Represents TCPReplay params. More...

#include <B2BITS_MDApplication.h>

+ Collaboration diagram for Globex::TCPReplayParams:

Public Types

typedef std::vector< std::string > ChannelIdList
 

Public Member Functions

 TCPReplayParams ()
 

Public Attributes

ChannelIdList channels_
 List of channel id, which will be using the TCPReplay recovery model.
 
std::string password_
 Password for authorization on TCPReplay connection.
 
std::string username_
 Username for authorization on TCPReplay connection.
 

Detailed Description

Represents TCPReplay params.

Member Typedef Documentation

◆ ChannelIdList

typedef std::vector<std::string> Globex::TCPReplayParams::ChannelIdList

Constructor & Destructor Documentation

◆ TCPReplayParams()

Globex::TCPReplayParams::TCPReplayParams ( )
inline

Member Data Documentation

◆ channels_

ChannelIdList Globex::TCPReplayParams::channels_

List of channel id, which will be using the TCPReplay recovery model.

◆ password_

std::string Globex::TCPReplayParams::password_

Password for authorization on TCPReplay connection.

◆ username_

std::string Globex::TCPReplayParams::username_

Username for authorization on TCPReplay connection.