OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Public Member Functions | Public Attributes | List of all members
ServiceDescriptor Struct Reference

Service endpoint description. More...

Public Member Functions

 ServiceDescriptor (const std::string &a, unsigned p)
 
bool operator== (const ServiceDescriptor &other) const
 Compares with another instance.
 
bool operator!= (const ServiceDescriptor &other) const
 Compares with another instance.
 

Public Attributes

std::string address
 Ip address.
 
unsigned port
 Port number.
 

Detailed Description

Service endpoint description.