EMA C++ Edition
MfFieldType.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
3 *| See the project's LICENSE.md for details.
4 *| Copyright (C) 2019 LSEG. All rights reserved. --
5 *|-----------------------------------------------------------------------------
6 */
7
8#ifndef __refinitiv_ema_rdm_MfFieldType_h
9#define __refinitiv_ema_rdm_MfFieldType_h
10
12
18namespace refinitiv {
19
20namespace ema {
21
22namespace rdm {
23
25{
26
27public:
28
30 {
31 NONE = -1,
32
33 TIME_SECONDS = 0,
34
35 INTEGER = 1,
36
37 DATE = 3,
38
39 PRICE = 4,
40
41 ALPHANUMERIC = 5,
42
43 ENUMERATED = 6,
44
45 TIME = 7,
46
47 BINARY = 8,
48
49 LONG_ALPHANUMERIC = 9,
50
51 OPAQUE = 10
52 };
53
54private:
55
57
59
60 MfFieldType& operator=(const MfFieldType&);
61
62 virtual ~~MfFieldType();
63};
64
65}
66
67}
68
69}
70
71#endif // __refinitiv_ema_rdm_MfFieldType_h
72
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 ema namespace contains all interfaces and definitions specified for use with EMA.
The rdm namespace contains all RDM definitions and constants.