EMA C++ Edition
OmmConsumerEvent.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2019-2022 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_OmmConsumerEvent_h
10#define __refinitiv_ema_access_OmmConsumerEvent_h
11
29
30namespace refinitiv {
31
32namespace ema {
33
34namespace access {
35
36class Item;
37
39{
40public :
41
43
44
51
56 void* getClosure() const;
57
66
71
78
79private :
80
81 friend class ConsumerItem;
82 friend class LoginItem;
83 friend class DictionaryItem;
84 friend class OmmBaseImpl;
85
86 UInt64 _handle;
87 UInt64 _parentHandle;
88 void* _closure;
89 void* _channel;
90 ChannelInformation _channelInfo;
91 ChannelStatistics _channelStats;
92
94 virtual ~~OmmConsumerEvent();
96 OmmConsumerEvent& operator=( const OmmConsumerEvent& );
97};
98
99}
100
101}
102
103}
104
105#endif // __refinitiv_ema_access_OmmConsumerEvent_h
Common.h file provides definitions of common variable types used in EMA.
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
unsigned long long UInt64
represents 64-bit unsigned integer
Definition: Common.h:68
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
ChannelInfo provides information on application channel(s).
ChannelStats provides statistical information on application channel(s).
OmmConsumerEvent encapsulates item identifiers.
const ChannelStatistics & getChannelStatistics() const
const ChannelInformation & getChannelInformation() const