Skip to content

Commit 324ffcc

Browse files
committed
Remove is_success for sync calls, add exception handling example for get_data, add Deployed section back to config file
1 parent 99114c0 commit 324ffcc

File tree

7 files changed

+3752
-3644
lines changed

7 files changed

+3752
-3644
lines changed

Configuration/refinitiv-data.config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
"app-key": "YOUR APP KEY GOES HERE!",
1919
"username": "YOUR RDP LOGIN OR MACHINE GOES HERE!",
2020
"password": "YOUR RDP PASSWORD GOES HERE!"
21+
},
22+
"deployed": {
23+
"app-key": "YOUR APP KEY GOES HERE!",
24+
"realtime-distribution-system": {
25+
"url" : "YOUR DEPLOYED HOST:PORT GOES HERE!",
26+
"dacs" : {
27+
"username" : "YOUR DACS ID GOES HERE!",
28+
"application-id" : 256,
29+
"position" : ""
30+
}
31+
}
2132
}
2233
},
2334
"desktop": {

0 commit comments

Comments
 (0)