New subcription for same symbol

Hi team,


I had a question about 2 subscriptions for a same symbol like VOD.L with ID: 2 and ID:3. I get quote updates regularly for my ID:2. But my ID:3 request throws -

[{
  "Type": "Status",
  "State": {
    "Stream": "Closed",
    "Data": "Suspect",
    "Text": "Request Rejected: Cannot reopen item with different stream.",
    "Code": "AlreadyOpen"
  },
  "ID": 3,
  "Key": {
    "Service": "ELEKTRON_DD",
    "Name": "VOD.L"
  }
}]

For our product we have a scenario where we need two different workflows doing a subscription for VOD.L. Is it possible to do such requests at all? Or we would always get this above error?

Please let me know if you need anything else.


Thank you,

Bansal

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @bansalshah,

    To work around this scenario, you can try to provide different views (fields) when you make the request for each one. Alternatively, you can form a different WebSocket connection into the server.

Answers