OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
Counterparty Class Reference

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

◆ Counterparty() [1/3]

Initializes the blank instance.

◆ Counterparty() [2/3]

Counterparty ( const Host & host,
Port port )

Identifies a counterparty.

◆ Counterparty() [3/3]

Counterparty ( const Counterparty & other)

Initializes as a clone of another instance.

◆ ~Counterparty()

Cleans everything up.

Member Function Documentation

◆ host()

const Host & host ( ) const

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

◆ operator=()

Counterparty & operator= ( const Counterparty & other)

Reinitializes an instance from another one.

◆ port()

Port port ( ) const

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