#include <OnixS/MTS/BondVision/SDP/ServiceAddressInformationListener.h>
Public Types | |
typedef std::vector< ServiceAddress > | Collection |
Public Attributes | |
std::string | address |
UInt32 | port |
TradeImpactService::Enum | service |
Definition at line 29 of file ServiceAddressInformationListener.h.
typedef std::vector<ServiceAddress> Collection |
Definition at line 40 of file ServiceAddressInformationListener.h.
std::string address |
Service IP address in format xxx.xxx.xxx.xxx or service logical name.
Definition at line 32 of file ServiceAddressInformationListener.h.
UInt32 port |
Service TCP port number.
Definition at line 35 of file ServiceAddressInformationListener.h.
TradeImpactService::Enum service |
Service identifier.
Definition at line 38 of file ServiceAddressInformationListener.h.