question

Upvotes
Accepted
43 7 13 12

Symbol List Request and Refresh Messages

In documentation of RDM Usage Guide I can read this:

In particular the sentence: A Symbol List refresh can be sent in multiple parts. Update and status messages can be delivered between parts of a refresh message, regardless of streaming or non-streaming request.

However, above in the point 11.2.1 I can read this:

In particular the sencence: The consumer can make a streaming request (set ReqMsg.InterestAfterRefreshto true) to receive updates, typically associated with item additions or removals from the list.

My doubt is about the update and status messages.
Do these two sentences not contradict each other?


elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apiconsumerupdate-message
rdm-symbollist.jpg (28.2 KiB)
rdm-symbollist0.jpg (23.5 KiB)
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.

1 Answer

· Write an Answer
Upvotes
Accepted
25.3k 87 12 25

Hi @cdefusco

When you request a SymbolList - in theory it could contain hundreds of thousands of symbols and the initial list (the Refresh) would have to be delivered in multi parts. The delivery of such a long list could take considerable time e.g several minutes.

During this extended time span, it is theoretically possible that some of those symbols (that have been sent in an earlier part) have now expired or no longer match the criteria that represents the Symbol List. In this case the server needs to advise you to remove those symbols for any application level list you are building and so, you may receive an UpdateMsg with a Delete action for that entry. In theory the UpdateMsg could also contain an Update action (if the PROD_PERM field has changed for a previously received symbol).

Also, due to the potentially long timespan for an long Symbol List, there could be a scenario where the server needs to send a StatusMsg because something has gone wrong e.g. if it has to close the SymbolList stream because it has lost upstream connectivity OR a Data Suspect status because there is some other temporary problem with the data / feed.

The difference between a Streaming and non-streaming request, is that with a streaming request, you will continue to receive UpdateMsg and StatusMsg after you receive the complete SymbolList - as and when any of the above scenarios occur. With a non-streaming, once you have received the complete SymbolList, the stream will be close and you will not be informed of any future deletions or updates for symbols that you had previously received.

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.