#include <OnixS/CboeCFE/MarketData/Pitch/HandlerSettings.h>
Public Member Functions | |
TcpServiceDescriptor () | |
TcpServiceDescriptor (const std::string &addr, unsigned int port, const std::string &subId, const std::string &name, const std::string &pass) | |
bool | valid () const |
bool | operator== (const TcpServiceDescriptor &other) const |
bool | operator!= (const TcpServiceDescriptor &other) const |
Public Member Functions inherited from ServiceDescriptor | |
ServiceDescriptor () | |
ServiceDescriptor (const std::string &a, unsigned int port) | |
bool | operator== (const ServiceDescriptor &other) const |
bool | operator!= (const ServiceDescriptor &other) const |
bool | valid () const |
Public Attributes | |
std::string | sessionSubId |
std::string | username |
std::string | password |
Public Attributes inherited from ServiceDescriptor | |
std::string | address |
unsigned | port |
Definition at line 105 of file HandlerSettings.h.
|
inline |
Definition at line 108 of file HandlerSettings.h.
|
inline |
Definition at line 111 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 140 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 131 of file HandlerSettings.h.
|
inline |
Returns true if the descriptor is valid.
Definition at line 121 of file HandlerSettings.h.
std::string password |
Password.
Definition at line 152 of file HandlerSettings.h.
std::string sessionSubId |
SessionSubId supplied by CFE.
Definition at line 146 of file HandlerSettings.h.
std::string username |
Username.
Definition at line 149 of file HandlerSettings.h.