#include <OnixS/FIXEngine/FIX/Scheduling/SessionConnectionSettings.h>
Public Member Functions | |
Counterparty () | |
Counterparty (const Host &host, Port port) | |
Counterparty (const Counterparty &other) | |
~Counterparty () | |
const Host & | host () const |
Port | port () const |
Counterparty & | operator= (const Counterparty &other) |
Definition at line 38 of file SessionConnectionSettings.h.
Counterparty | ( | ) |
Initializes the blank instance.
Counterparty | ( | const Host & | host, |
Port | port | ||
) |
Identifies a counterparty.
Counterparty | ( | const Counterparty & | other | ) |
Initializes as a clone of another instance.
~Counterparty | ( | ) |
Cleans everything up.
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.