OnixS Brokertec ITCH Market Data Handler for C++  1.1.0.1
Public Member Functions | Public Attributes
ServiceDescriptor Struct Reference

Service endpoint description. More...

List of all members.

Public Member Functions

 ServiceDescriptor (const std::string &a, unsigned p)
 ServiceDescriptor (const ServiceDescriptor &descriptor)
bool operator== (const ServiceDescriptor &other) const
 Compares with another instance.
bool operator!= (const ServiceDescriptor &other) const
 Compares with another instance.
bool valid () const
 Returns true if the descriptor points to valid ip address.

Public Attributes

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

Detailed Description

Service endpoint description.