Public Types | |
| typedef std::vector< ServiceAddress > | Collection |
Public Attributes | |
| std::string | address |
| UInt32 | port |
| TradeImpactService::Enum | service |
Definition at line 33 of file ServiceAddressInformationListener.h.
| typedef std::vector<ServiceAddress> Collection |
Definition at line 44 of file ServiceAddressInformationListener.h.
| std::string address |
Service IP address in format xxx.xxx.xxx.xxx or service logical name.
Definition at line 36 of file ServiceAddressInformationListener.h.
| UInt32 port |
Service TCP port number.
Definition at line 39 of file ServiceAddressInformationListener.h.
| TradeImpactService::Enum service |
Service identifier.
Definition at line 42 of file ServiceAddressInformationListener.h.