Public Member Functions | Public Attributes

Globex::ChannelConnection Struct Reference

Represents CME channel connection. More...

#include <B2BITS_MDApplication.h>

Collaboration diagram for Globex::ChannelConnection:

List of all members.

Public Member Functions

 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.

Definition at line 62 of file B2BITS_MDApplication.h.


Constructor & Destructor Documentation

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

Definition at line 64 of file B2BITS_MDApplication.h.

Globex::ChannelConnection::ChannelConnection ( std::string const &  connection_id ) [inline, explicit]

Definition at line 70 of file B2BITS_MDApplication.h.


Member Data Documentation

ID of the channel.

Definition at line 77 of file B2BITS_MDApplication.h.

ID of the connection.

Note:
can't be empty

Definition at line 81 of file B2BITS_MDApplication.h.