Websocket data contributing problem

Hello,

We have an old java project that contributes data to Refinitiv using the SDK.

Although everything works fine, we decided to change the java code with c# and use websocket. But when we tried to publish data with websocket, we received this answer:

RECEIVED:

[{

"ID": 129,

"Type": "Status",

"State": {

"Stream": "Closed",

"Data": "Suspect",

"Code": "NotEntitled",

"Text": "Stream not found"

},

"ClearCache": true

}]


Here is the post message


SENT:

{

"Ack": true,

"ID": 128,

"Key": {

"Name": "I1PLTINAV=LEVL",

"Service": "DDS_TRCE"

},

"Message": {

"Fields": {

"ASK": 3.46,

"BID": 3.46

},

"ID": 0,

"Type": "Update"

},

"PostID": 1,

"Type": "Post"

}


Here is the link to the product : https://live.euronext.com/en/product/indices/nscfr0ipltr6-xpar/ls-pltr-inav/ipltr…

Tagged:

Best Answer

Answers