OnixS C++ EuroTLX GTP Market Data Handler  1.4.0
API documentation
TcpServiceDescriptor Struct Reference

#include <OnixS/EuroTLX/MarketData/GTP/HandlerSettings.h>

Public Member Functions

 TcpServiceDescriptor ()
 
 TcpServiceDescriptor (const std::string &addr, unsigned int port, const std::string &ssn)
 
 TcpServiceDescriptor (const TcpServiceDescriptor &other)
 
bool valid () const
 
bool operator== (const TcpServiceDescriptor &other) const
 
bool operator!= (const TcpServiceDescriptor &other) const
 
- Public Member Functions inherited from ServiceDescriptor
 ServiceDescriptor ()
 
 ServiceDescriptor (const std::string &a, unsigned int port)
 
 ServiceDescriptor (const ServiceDescriptor &descriptor)
 
bool operator== (const ServiceDescriptor &other) const
 
bool operator!= (const ServiceDescriptor &other) const
 
bool valid () const
 

Public Attributes

std::string session
 
- Public Attributes inherited from ServiceDescriptor
std::string address
 
unsigned port
 

Detailed Description

Definition at line 110 of file HandlerSettings.h.

Constructor & Destructor Documentation

Definition at line 113 of file HandlerSettings.h.

TcpServiceDescriptor ( const std::string &  addr,
unsigned int  port,
const std::string &  ssn 
)
inline

Definition at line 116 of file HandlerSettings.h.

TcpServiceDescriptor ( const TcpServiceDescriptor other)
inline

Definition at line 123 of file HandlerSettings.h.

Member Function Documentation

bool operator!= ( const TcpServiceDescriptor other) const
inline

Compares with another instance.

Definition at line 143 of file HandlerSettings.h.

bool operator== ( const TcpServiceDescriptor other) const
inline

Compares with another instance.

Definition at line 136 of file HandlerSettings.h.

bool valid ( ) const
inline

Returns true if the descriptor is valid.

Definition at line 129 of file HandlerSettings.h.

Member Data Documentation

std::string session

Session supplied by LSEG.

Definition at line 149 of file HandlerSettings.h.


The documentation for this struct was generated from the following file: