EPAM B2BITS C++ Bovespa MarketData handler  1.28.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
Bovespa::ChannelConnection Struct Reference

Represents Bovespa channel connection. More...

#include <B2BITS_BovespaApplication.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Represents Bovespa channel connection.

Constructor & Destructor Documentation

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

Member Data Documentation

std::string Bovespa::ChannelConnection::channelID_

ID of the channel.

std::string Bovespa::ChannelConnection::connectionID_

ID of the connection

Note
can't be empty