I try to request the domains Source and SymbolList in the WebSocket API in order to retrieve the source list and dictionary. It was possible to retrieve these data by requesting the RMDS infra using the library RFA but we don't how to do it with WebSocket API.
We try this request but it doesn't work.
Request:
{
"ID": 2,
"Domain": "SymbolList",
"Key": {}
}
response:
{
"ID": 2,
"Type": "Status",
"Domain": "SymbolList",
"State": {
"Stream": "Closed",
"Data": "Suspect",
"Code": "AlreadyOpen",
"Text": "Request Rejected: Request key did not contain service Id."
}
}
thanks for your help!