EMA C++ Edition
OmmProviderConfig.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 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_ommProviderConfig_h
10#define __refinitiv_ema_access_ommProviderConfig_h
11
21
22namespace refinitiv {
23
24namespace ema {
25
26namespace access {
27
29{
30public :
31
35 {
37 InteractiveEnum
38 };
39
41
42
45 virtual ProviderRole getProviderRole() const = 0;
47
49
50
54
55protected:
56
58
59
63
64private:
65
67 OmmProviderConfig& operator=( const OmmProviderConfig & );
68};
69
70}
71
72}
73
74}
75
76#endif // __refinitiv_ema_access_ommProviderConfig_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
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.
OmmProviderConfig is a base class for the OmmNiProviderConfig.
virtual ProviderRole getProviderRole() const =0