OnixS C++ B3 Binary UMDF Market Data Handler  1.3.3
API documentation
FeedDescriptor Struct Reference

#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
 

Detailed Description

Definition at line 42 of file HandlerSettings.h.

Constructor & Destructor Documentation

FeedDescriptor ( )
inline

Definition at line 45 of file HandlerSettings.h.

FeedDescriptor ( const std::string &  a,
unsigned int  port,
const std::string &  nif = "" 
)
inline

Definition at line 49 of file HandlerSettings.h.

Member Function Documentation

bool valid ( ) const
inline

Returns true if the descriptor points to valid ip address.

Definition at line 67 of file HandlerSettings.h.

Member Data Documentation

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.


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