Hi,
We have been trying to fetch CHF=EBS rates using Web Socket API (for service IDN_SELECTFEED)
The request json looks like-
"ID": 276,
"Type": "Refresh",
"Key": {
"Service": "IDN_SELECTFEED",
"Name": "CHF=EBS"
},
Throughout our testing we were getting following response-
"State": {
"Stream": "Open",
"Data": "Ok",
"Text": "All is well"
},
However, since last we started getting following response only for CHF-
"State": {
"Stream": "Open",
"Data": "Ok",
"Text": "New Session Mounted"
},
We were relying on "All is well" text to determine if user has access to RIC. This new text "New Session Mounted" is causing validation to fail.
My question is -
1.Is "Data": "Ok" valid indicator of user entitlement?
2.What are the possible values of "Data" and "Text" ?