OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
Users' manual and API documentation
Loading...
Searching...
No Matches
MulticastChannelGroups::MarketTypeMapping Struct Reference

#include <MulticastChannelGroups.h>

Public Member Functions

 MarketTypeMapping ()
std::string toString () const

Public Attributes

MarketType marketTypeId
short marketTypeNameLength
std::string marketTypeName

Detailed Description

Definition at line 114 of file MulticastChannelGroups.h.

Constructor & Destructor Documentation

◆ MarketTypeMapping()

Default constructor.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

Member Data Documentation

◆ marketTypeId

MarketType marketTypeId

The ID for this Market Type as found in Appendix C.

Definition at line 117 of file MulticastChannelGroups.h.

◆ marketTypeName

std::string marketTypeName

The name of the market type. See MarketTypeNameLength for the number of characters.

Definition at line 124 of file MulticastChannelGroups.h.

◆ marketTypeNameLength

short marketTypeNameLength

The length of the market type name to follow.

Definition at line 120 of file MulticastChannelGroups.h.