OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.2
Users' manual and API documentation
Loading...
Searching...
No Matches
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()

ServiceDescriptor ( )
inline

Definition at line 38 of file HandlerSettings.h.

Member Function Documentation

◆ clear()

void clear ( )
inline

clear config

Definition at line 50 of file HandlerSettings.h.

◆ empty()

bool empty ( ) const
inline

checks whether descriptor is empty

Definition at line 57 of file HandlerSettings.h.

◆ operator!=()

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

Compares with another instance.

Definition at line 69 of file HandlerSettings.h.

◆ operator==()

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

Compares with another instance.

Definition at line 63 of file HandlerSettings.h.

Member Data Documentation

◆ address

std::string address

Ip address.

Definition at line 43 of file HandlerSettings.h.

◆ port

unsigned port

Port number.

Definition at line 46 of file HandlerSettings.h.