22 #ifndef MAMA_SYMBOL_LIST_MEMBER_CPP_H__ 23 #define MAMA_SYMBOL_LIST_MEMBER_CPP_H__ 26 #include <mama/symbollisttypes.h> 58 const char* getSymbol ()
const;
63 const char* getSource ()
const;
78 void* getClosure ()
const;
83 void setClosure (
void* closure);
88 void setSymbol (
const char* symbol);
93 void setSource (
const char* source);
110 mamaSymbolListMember getCimpl();
113 struct MamaSymbolListMemberImpl;
114 MamaSymbolListMemberImpl* myPimpl;
119 #endif // MAMA_SYMBOL_LIST_MEMBER_CPP_H__ Definition: MamaBasicSubscription.h:27
The MamaSymbolListMember class represents the information about the symbol list member.
Definition: MamaSymbolListMember.h:39
MamaSymbolList manages a list of MAMA symbols and related attributes.
Definition: MamaSymbolList.h:41
The MamaTransport class provides market data functionality.
Definition: MamaTransport.h:239