Skip to content

Commit 4f54204

Browse files
committed
rebrand product
1 parent 8f71655 commit 4f54204

File tree

3 files changed

+13
-137
lines changed

3 files changed

+13
-137
lines changed

console_python/trcc_posting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
#!/usr/bin/env python
10-
""" Simple example of posting Market Price JSON data To RCC via TREP 3.2.x using Websockets """
10+
""" Simple example of posting Market Price JSON data To RCC via Refinitiv Real-Time Distribution System 3.2.x using Websockets """
1111

1212
import sys
1313
import time
@@ -66,7 +66,7 @@ def process_message(ws, message_json): # Process all incoming messages.
6666
# Process incoming Login Refresh Response message.
6767
def process_login_response(ws, message_json):
6868
""" Send Off-Stream Post """
69-
print("Sending Off-Stream Post to TREP Server")
69+
print("Sending Off-Stream Post to Real-Time Advanced Distribution Server")
7070
send_market_price_post(ws)
7171

7272

notebook_python/trcc_posting_notebook.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"\n",
4242
"![Figure-1](images/diagram_trcc_ws.png \"RCC Contribution Diagram\") \n",
4343
"\n",
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/article/contributing-your-data-thomson-reuters) page. This example also contain example Advanced Data Hub-RCC configurations in *trep_config/rmds_trcc.cnf* file.\n"
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/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"
4545
]
4646
},
4747
{
@@ -101,7 +101,7 @@
101101
},
102102
{
103103
"cell_type": "code",
104-
"execution_count": 9,
104+
"execution_count": 3,
105105
"metadata": {},
106106
"outputs": [],
107107
"source": [
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"cell_type": "code",
120-
"execution_count": 10,
120+
"execution_count": 4,
121121
"metadata": {},
122122
"outputs": [],
123123
"source": [
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"cell_type": "code",
137-
"execution_count": 11,
137+
"execution_count": 5,
138138
"metadata": {},
139139
"outputs": [],
140140
"source": [
@@ -164,7 +164,7 @@
164164
},
165165
{
166166
"cell_type": "code",
167-
"execution_count": 12,
167+
"execution_count": 6,
168168
"metadata": {},
169169
"outputs": [],
170170
"source": [
@@ -227,7 +227,7 @@
227227
},
228228
{
229229
"cell_type": "code",
230-
"execution_count": 13,
230+
"execution_count": 7,
231231
"metadata": {},
232232
"outputs": [],
233233
"source": [
@@ -284,14 +284,14 @@
284284
},
285285
{
286286
"cell_type": "code",
287-
"execution_count": 14,
287+
"execution_count": 8,
288288
"metadata": {},
289289
"outputs": [
290290
{
291291
"name": "stdout",
292292
"output_type": "stream",
293293
"text": [
294-
"Connecting to WebSocket ws://172.20.33.30:15000/WebSocket ...\n",
294+
"Connecting to WebSocket ws://127.0.0.1:15000/WebSocket ...\n",
295295
"WebSocket successfully connected!\n",
296296
"SENT:\n",
297297
"{\n",
@@ -300,7 +300,7 @@
300300
" \"Key\":{\n",
301301
" \"Elements\":{\n",
302302
" \"ApplicationId\":\"256\",\n",
303-
" \"Position\":\"10.42.68.162\"\n",
303+
" \"Position\":\"192.168.68.115\"\n",
304304
" },\n",
305305
" \"Name\":\"root\"\n",
306306
" }\n",
@@ -319,7 +319,7 @@
319319
" \"AllowSuspectData\":1,\n",
320320
" \"ApplicationId\":\"256\",\n",
321321
" \"ApplicationName\":\"ADS\",\n",
322-
" \"Position\":\"10.42.68.162\",\n",
322+
" \"Position\":\"192.168.68.115\",\n",
323323
" \"ProvidePermissionExpressions\":1,\n",
324324
" \"ProvidePermissionProfile\":0,\n",
325325
" \"SingleOpen\":1,\n",
@@ -367,7 +367,7 @@
367367
" },\n",
368368
" \"PostID\":1,\n",
369369
" \"PostUserInfo\":{\n",
370-
" \"Address\":\"10.42.68.162\",\n",
370+
" \"Address\":\"192.168.68.115\",\n",
371371
" \"UserID\":256\n",
372372
" },\n",
373373
" \"Type\":\"Post\"\n",

trep_config/rmds_trcc.cnf

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)