For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
2 0 0 2

Unexpected status message received after subscribing to market data

Hello,

We are working on a Java application from scratch that connects to Refinitiv / LSEG Workspace Websocket API and subscribes to market data.

While testing it, we noticed the following unexpected status message:

{"ID":870,"Type":"Status","Key":{"Service":"IDN_RDFNTS_CF","Name":"SSIHZ3-H4S1"},"State":{"Stream":"Open","Data":"Suspect","Text":"F49: Item is pending close. Please retry."}}

We tried to reproduce the issue without luck

Can you provide us with possible scenarios when this status message is dispatched from your end? How should we treat it?

#technologystatusmarket-depthsubscription
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
Upvote
Accepted
22.1k 59 14 21

Hi @andrei.nuc,

This message states that a close request is received for an item, which is already closing. Is it possible that your application sent multiple close requests for the same item. What is the process/application behind the service: IDN_RDFNTS_CF. If this is your inhouse interactive provider application, can you check if it is handling the close requests properly.

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.

Hi @Gurpreet , Thanks for the feedback. We will further investigate in that direction.


The application behind the service is our in house implementation.


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.