question

Upvotes
Accepted
98 5 5 13

.Net project using Websocket for contribution/publish to internal service (ATS)

Dear developer community


i'm wondering if there is a .Net Project (C#) to share demonstrating the use of websockets for contributing/publishing data to internal server (ATS) and also to create rics/add fields/delete records.


thank your for your help.

#technologyrefinitiv-data-platformc#contributionsATS
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
24.4k 53 17 14

Hello @anass.yazane.1

Please be informed that we do not have a dedicated .NET example for ATS posting via the WebSocket connection. The WebSocket example for ATS is currently available in the Ruby language. The code is available on the GitHub repo. You can apply the ATS Posting logic from the Ruby code to the C# Generic Posting example.

There are the ATS Posting with the RTSDK and WebSocket API resources available here:

The articles cover a step-by-step guide to the application workflow with the ATS.

Hope this helps.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
17k 80 39 63
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
98 5 5 13

Dear developer community

many thanks for articles and link shared.

i have a question regarding the posting message to contribute to ATS.

is this posting message can contain mulliple rics, by indicating for each ric fields to update and the targeted values, or can only send contribution by one.

if this multiple sent is possible, should i manage the message size to not exceed MxMsgSize Variable.



icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
24.4k 53 17 14

Hello @anass.yazane.1

Please be informed that a Post message (either WebSocket or RSSL) can take only a single RIC at a time. If you want to update multiple RICs, you need to send multiple Post messages.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.