#include <OnixS/B3/MarketData/UMDF/HandlerSettings.h>
Public Member Functions | |
FeedDescriptor () | |
FeedDescriptor (const std::string &a, unsigned int port, const std::string &nif="") | |
bool | valid () const |
Public Attributes | |
std::string | address |
unsigned | port = 0 |
std::string | networkInterface |
Definition at line 42 of file HandlerSettings.h.
|
inline |
Definition at line 45 of file HandlerSettings.h.
|
inline |
Definition at line 49 of file HandlerSettings.h.
|
inline |
Returns true if the descriptor points to valid ip address.
Definition at line 67 of file HandlerSettings.h.
std::string address |
Ip address.
Definition at line 56 of file HandlerSettings.h.
std::string networkInterface |
Specifies one or more network interfaces to use while joining the multicast group; use semi-colon delimited list if more than one.
This value overrides the default one.
Definition at line 64 of file HandlerSettings.h.
unsigned port = 0 |
Port number.
Definition at line 59 of file HandlerSettings.h.