OnixS C++ FIX Engine  4.10.1
API Documentation
Counterparty Class Reference

#include <OnixS/FIXEngine/FIX/Scheduling/SessionConnectionSettings.h>

Public Member Functions

 Counterparty ()
 
 Counterparty (const Host &host, Port port)
 
 Counterparty (const Counterparty &other)
 
 ~Counterparty ()
 
const Hosthost () const
 
Port port () const
 
Counterpartyoperator= (const Counterparty &other)
 

Detailed Description

Definition at line 38 of file SessionConnectionSettings.h.

Constructor & Destructor Documentation

Initializes the blank instance.

Counterparty ( const Host host,
Port  port 
)

Identifies a counterparty.

Counterparty ( const Counterparty other)

Initializes as a clone of another instance.

Cleans everything up.

Member Function Documentation

const Host& host ( ) const

Defines the remote host to which the session must connect to.

Counterparty& operator= ( const Counterparty other)

Reinitializes an instance from another one.

Port port ( ) const

Defines the port number to which the session must connect to.


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