OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.0
API documentation
ServiceDescriptor Struct Reference

#include <OnixS/Eurex/MarketData/HandlerSettings.h>

Public Member Functions

 ServiceDescriptor ()
 
void clear ()
 
bool empty () const
 
bool operator== (const ServiceDescriptor &other) const
 
bool operator!= (const ServiceDescriptor &other) const
 

Public Attributes

std::string address
 
unsigned port
 

Detailed Description

Definition at line 36 of file HandlerSettings.h.

Constructor & Destructor Documentation

ServiceDescriptor ( )
inline

Definition at line 38 of file HandlerSettings.h.

Member Function Documentation

void clear ( )
inline

clear config

Definition at line 50 of file HandlerSettings.h.

bool empty ( ) const
inline

checks whether descriptor is empty

Definition at line 57 of file HandlerSettings.h.

bool operator!= ( const ServiceDescriptor other) const
inline

Compares with another instance.

Definition at line 69 of file HandlerSettings.h.

bool operator== ( const ServiceDescriptor other) const
inline

Compares with another instance.

Definition at line 63 of file HandlerSettings.h.

Member Data Documentation

std::string address

Ip address.

Definition at line 43 of file HandlerSettings.h.

unsigned port

Port number.

Definition at line 46 of file HandlerSettings.h.


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