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

Represents CME channel connection. More...

#include <B2BITS_MDApplication.h>

+ Collaboration diagram for Globex::ChannelConnection:

Public Member Functions

 ChannelConnection ()
 
 ChannelConnection (std::string const &channel_id, std::string const &connection_id)
 
 ChannelConnection (std::string const &connection_id)
 

Public Attributes

std::string channelID_
 ID of the channel.
 
std::string connectionID_
 ID of the connection.
 

Detailed Description

Represents CME channel connection.

Constructor & Destructor Documentation

◆ ChannelConnection() [1/3]

Globex::ChannelConnection::ChannelConnection ( std::string const & channel_id,
std::string const & connection_id )
inline

◆ ChannelConnection() [2/3]

Globex::ChannelConnection::ChannelConnection ( std::string const & connection_id)
inlineexplicit

◆ ChannelConnection() [3/3]

Globex::ChannelConnection::ChannelConnection ( )
inline

Member Data Documentation

◆ channelID_

std::string Globex::ChannelConnection::channelID_

ID of the channel.

◆ connectionID_

std::string Globex::ChannelConnection::connectionID_

ID of the connection.

Note
can't be empty