EMA C++ Edition
EmaConfig.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) 2024 LSEG. All rights reserved. --
6
*|-----------------------------------------------------------------------------
7
*/
8
9
#ifndef __refinitiv_ema_access_EmaConfig_h
10
#define __refinitiv_ema_access_EmaConfig_h
11
12
namespace
refinitiv
{
13
14
namespace
ema
{
15
16
namespace
access
{
17
20
class
EmaConfig
21
{
22
public
:
25
enum class
ConnectionTypeEnum
26
{
27
SOCKET
= 0,
28
ENCRYPTED
= 1,
29
HTTP
= 2,
30
WEBSOCKET
= 7
31
};
32
35
enum class
EncryptedProtocolTypeEnum
36
{
37
SOCKET
= 0,
38
HTTP
= 2,
39
WEBSOCKET
= 7
40
};
41
};
42
43
}
44
}
45
}
46
47
#endif
// __refinitiv_ema_access_EmaConfig_h
refinitiv
*|--------------------------------------------------------------------------—
Definition:
AckMsg.h:62
access
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
ema
The ema namespace contains all interfaces and definitions specified for use with EMA.
refinitiv::ema::access::EmaConfig
Definition:
EmaConfig.h:21
refinitiv::ema::access::EmaConfig::EncryptedProtocolTypeEnum
EncryptedProtocolTypeEnum
Definition:
EmaConfig.h:36
refinitiv::ema::access::EmaConfig::EncryptedProtocolTypeEnum::HTTP
@ HTTP
refinitiv::ema::access::EmaConfig::EncryptedProtocolTypeEnum::SOCKET
@ SOCKET
refinitiv::ema::access::EmaConfig::EncryptedProtocolTypeEnum::WEBSOCKET
@ WEBSOCKET
refinitiv::ema::access::EmaConfig::ConnectionTypeEnum
ConnectionTypeEnum
Definition:
EmaConfig.h:26
refinitiv::ema::access::EmaConfig::ConnectionTypeEnum::HTTP
@ HTTP
refinitiv::ema::access::EmaConfig::ConnectionTypeEnum::ENCRYPTED
@ ENCRYPTED
refinitiv::ema::access::EmaConfig::ConnectionTypeEnum::SOCKET
@ SOCKET
refinitiv::ema::access::EmaConfig::ConnectionTypeEnum::WEBSOCKET
@ WEBSOCKET
Copyright Notice
|
Last modified on:
Tue Oct 1 2024