You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Refinitiv Real-Time Advanced Data Hub server connects to RCC through the delivery direct network via Tunnel Stream Aggregator (TSA) adapter, which is a private network (TLS encrypted) between a client site and Refinitiv. The TSA adapter is already packaged with the Advanced Data Hub version 3.2, and needs to be configured. You can find more detail regarding the Advanced Data Hub-RCC configurations on [Contributing your data to Refinitiv article](https://developers.refinitiv.com/article/contributing-your-data-thomson-reuters) page. This example also contain example Advanced Data Hub-RCC configurations in *trep_config/rmds_trcc.cnf* file.
46
+
The Refinitiv Real-Time Advanced Data Hub server connects to RCC through the delivery direct network via Tunnel Stream Aggregator (TSA) adapter, which is a private network (TLS encrypted) between a client site and Refinitiv. The TSA adapter is already packaged with the Advanced Data Hub version 3.2, and needs to be configured. You can find more detail regarding the Advanced Data Hub-RCC configurations on [Contributing your data to Refinitiv article](https://developers.refinitiv.com/en/article-catalog/article/contributing-your-data-refinitiv) page. This example also contain example Advanced Data Hub-RCC configurations in *trep_config/rmds_trcc.cnf* file.
47
47
48
48
## Prerequisite
49
49
This example requires the following dependencies softwares and libraries.
"The Refinitiv Real-Time Advanced Data Hub server connects to RCC through the delivery direct network via Tunnel Stream Aggregator (TSA) adapter, which is a private network (TLS encrypted) between a client site and Refinitiv. The TSA adapter is already packaged with the Advanced Data Hub version 3.2, and needs to be configured. You can find more detail regarding the Advanced Data Hub-RCC configurations on [Contributing your data to Refinitiv article](https://developers.refinitiv.com/article/contributing-your-data-thomson-reuters) page. This example also contain example Advanced Data Hub-RCC configurations in *infra_config/rmds_trcc.cnf* file.\n"
44
-
],
45
-
"metadata": {}
44
+
"The Refinitiv Real-Time Advanced Data Hub server connects to RCC through the delivery direct network via Tunnel Stream Aggregator (TSA) adapter, which is a private network (TLS encrypted) between a client site and Refinitiv. The TSA adapter is already packaged with the Advanced Data Hub version 3.2, and needs to be configured. You can find more detail regarding the Advanced Data Hub-RCC configurations on [Contributing your data to Refinitiv article](https://developers.refinitiv.com/en/article-catalog/article/contributing-your-data-refinitiv) page. This example also contain example Advanced Data Hub-RCC configurations in *infra_config/rmds_trcc.cnf* file.\n"
45
+
]
46
46
},
47
47
{
48
48
"cell_type": "markdown",
49
+
"metadata": {},
49
50
"source": [
50
51
"## Prerequisite\n",
51
52
"\n",
@@ -54,35 +55,36 @@
54
55
"2. RCC username, password and host list credentials. Please reach out to your Refinitiv sales associate to acquire RCC access credentials.\n",
55
56
"\n",
56
57
"*Note:* The RCC access credentials are required in the connection between ADH server and RCC server only, not in the application level."
57
-
],
58
-
"metadata": {}
58
+
]
59
59
},
60
60
{
61
61
"cell_type": "markdown",
62
+
"metadata": {},
62
63
"source": [
63
64
"## How to run this console example\n",
64
65
"\n",
65
66
"Please be informed that your Refinitiv Real-Time Advanced Data Hub and Real-Time Advanced Distribution servers should be applied the RCC configurations and RCC contribution service should be \"Up\" before running an example."
66
-
],
67
-
"metadata": {}
67
+
]
68
68
},
69
69
{
70
70
"cell_type": "code",
71
71
"execution_count": 1,
72
+
"metadata": {},
73
+
"outputs": [],
72
74
"source": [
73
75
"# #uncomment if you do not have requests and websocket-client (version 0.49 and above) installed\n",
74
76
"# #Install requests package in a current Jupyter kernal\n",
" * The ```Key``` information which includes ```Name``` and ```Service``` attributes that refer to contribution RIC name and RCC contribution service name\n",
160
161
" * The ```Message``` payload must be an Update message type\n",
161
162
" * The ```Message``` payload must contain the same ```Key``` information as the Post message"
"In an off-stream post, the client application can send a post for an item via a Login stream, regardless of whether a data stream first exists. The route of the post is determined by the Refinitiv Real-Time Distribution System configuration."
225
-
],
226
-
"metadata": {}
226
+
]
227
227
},
228
228
{
229
229
"cell_type": "code",
230
230
"execution_count": 6,
231
+
"metadata": {},
232
+
"outputs": [],
231
233
"source": [
232
234
"# Create JSON Off-Stream Post message and sends it to ADS server.\n",
"* [Refinitiv Real-Time & Distribution](https://developers.refinitiv.com/en/use-cases-catalog/refinitiv-real-time) on the [Refinitiv Developer Community](https://developers.refinitiv.com/) web site.\n",
@@ -453,20 +454,19 @@
453
454
"* [Contributing Data to Refinitiv Contributions Channel (RCC) via WebSocket Tutorial](https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/refinitiv-websocket-api/tutorials#contributing-data-to-refinitiv-contributions-channel).\n",
454
455
"\n",
455
456
"For any question related to this example or WebSocket API, please use the Developer Community [Q&A Forum](https://community.developers.refinitiv.com/spaces/152/websocket-api.html)."
0 commit comments