#include <MulticastChannelGroups.h>
Public Member Functions | |
| MarketTypeMapping () | |
| std::string | toString () const |
Public Attributes | |
| MarketType | marketTypeId |
| short | marketTypeNameLength |
| std::string | marketTypeName |
Definition at line 114 of file MulticastChannelGroups.h.
Default constructor.
| std::string toString | ( | ) | const |
Returns string representation.
| MarketType marketTypeId |
The ID for this Market Type as found in Appendix C.
Definition at line 117 of file MulticastChannelGroups.h.
| std::string marketTypeName |
The name of the market type. See MarketTypeNameLength for the number of characters.
Definition at line 124 of file MulticastChannelGroups.h.
| short marketTypeNameLength |
The length of the market type name to follow.
Definition at line 120 of file MulticastChannelGroups.h.