OnixS C++ LSE GTP Market Data Handler 1.0.6
API documentation
Loading...
Searching...
No Matches
TcpServiceDescriptor Struct Reference

Public Member Functions

 TcpServiceDescriptor ()
 TcpServiceDescriptor (const std::string &addr, unsigned int port, const std::string &ssn)
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)
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 105 of file HandlerSettings.h.

Constructor & Destructor Documentation

◆ TcpServiceDescriptor() [1/2]

Definition at line 108 of file HandlerSettings.h.

◆ TcpServiceDescriptor() [2/2]

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

Definition at line 111 of file HandlerSettings.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const TcpServiceDescriptor & other) const
inline

Compares with another instance.

Definition at line 132 of file HandlerSettings.h.

◆ operator==()

bool operator== ( const TcpServiceDescriptor & other) const
inline

Compares with another instance.

Definition at line 125 of file HandlerSettings.h.

◆ valid()

bool valid ( ) const
inline

Returns true if the descriptor is valid.

Definition at line 118 of file HandlerSettings.h.

Member Data Documentation

◆ session

std::string session

Session supplied by LSEG.

Definition at line 138 of file HandlerSettings.h.