OnixS C++ CME MDP Streamlined Market Data Handler 1.2.0
API Documentation
Loading...
Searching...
No Matches
NetFeedConnection Class Reference

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()

NetFeedConnection ( )
inline

Initializes blank instance.

Definition at line 47 of file NetFeedConnection.h.

◆ ~NetFeedConnection()

~NetFeedConnection ( )
inline

Cleans everything up.

Definition at line 55 of file NetFeedConnection.h.

Member Function Documentation

◆ ip() [1/2]

const std::string & ip ( ) const
inline

Identifies connection host IP.

Definition at line 72 of file NetFeedConnection.h.

◆ ip() [2/2]

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

Updates connection host IP.

Definition at line 78 of file NetFeedConnection.h.

◆ nifs() [1/2]

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.

◆ nifs() [2/2]

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.

◆ port() [1/2]

UInt32 port ( ) const
inline

Identifies connection port.

Definition at line 60 of file NetFeedConnection.h.

◆ port() [2/2]

void port ( UInt32 port)
inline

Updates connection port.

Definition at line 66 of file NetFeedConnection.h.