OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
ServiceAddress Struct Reference

Public Types

typedef std::vector< ServiceAddressCollection

Public Attributes

std::string address
UInt32 port
TradeImpactService::Enum service

Detailed Description

Definition at line 29 of file ServiceAddressInformationListener.h.

Member Typedef Documentation

◆ Collection

typedef std::vector<ServiceAddress> Collection

Definition at line 40 of file ServiceAddressInformationListener.h.

Member Data Documentation

◆ address

std::string address

Service IP address in format xxx.xxx.xxx.xxx or service logical name.

Definition at line 32 of file ServiceAddressInformationListener.h.

◆ port

UInt32 port

Service TCP port number.

Definition at line 35 of file ServiceAddressInformationListener.h.

◆ service

Service identifier.

Definition at line 38 of file ServiceAddressInformationListener.h.