OnixS SWXess Market Data Handler for C++  1.0.0.0
Public Member Functions | Public Attributes | List of all members
ChannelDescriptor Struct Reference

Feed descriptor. More...

Public Member Functions

 ChannelDescriptor (const std::string &aA, unsigned pA, const std::string &aB, unsigned pB, std::string channleName)
 
bool operator== (const ChannelDescriptor &other) const
 Compares with another instance.
 
bool operator!= (const ChannelDescriptor &other) const
 Compares with another instance.
 

Public Attributes

ServiceDescriptor serviceA
 Service A.
 
ServiceDescriptor serviceB
 Service B.
 
std::string name
 Name of the channel.
 

Detailed Description

Feed descriptor.