OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
NetFeedConnection Class Reference

#include <OnixS/CME/Streamlined/NetFeedConnection.h>

Public Member Functions

 NetFeedConnection ()
 
 ~NetFeedConnection ()
 
UInt32 port () const
 
void port (UInt32 port)
 
const std::string & ip () const
 
void ip (const std::string &ip)
 
NifListnifs ()
 
const NifListnifs () const
 

Detailed Description

Definition at line 36 of file NetFeedConnection.h.

Constructor & Destructor Documentation

NetFeedConnection ( )
inline

Initializes blank instance.

Definition at line 47 of file NetFeedConnection.h.

~NetFeedConnection ( )
inline

Cleans everything up.

Definition at line 55 of file NetFeedConnection.h.

Member Function Documentation

const std::string& ip ( ) const
inline

Identifies connection host IP.

Definition at line 72 of file NetFeedConnection.h.

void ip ( const std::string &  ip)
inline

Updates connection host IP.

Definition at line 78 of file NetFeedConnection.h.

NifList& nifs ( )
inline

List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).

Definition at line 86 of file NetFeedConnection.h.

const NifList& nifs ( ) const
inline

List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).

Definition at line 94 of file NetFeedConnection.h.

UInt32 port ( ) const
inline

Identifies connection port.

Definition at line 60 of file NetFeedConnection.h.

void port ( UInt32  port)
inline

Updates connection port.

Definition at line 66 of file NetFeedConnection.h.


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