Hi,
Customer Banco BEST developed a streaming application with Websocket API to subscribe real time data from a RTDS deployed infrastructure.
This is working pretty well, but customer identified that sometimes there are RICs not receiving data being requested to RTDS, mainly related with Indices like .FTSE and .GDAXI ric´s.
In a tests, customer requested five times ric .FTSE and only one of them returned Refresh and Update data.
Any feedback about what could be the reason for that behavior is very welcome.
Please see sample of a request to .FTSE ric:
{
"ID": 2,
"Key": {
"Name": [
".FTSE"
],
"Service": "IDN_RDF"
},
"View": [
"TRDTIM_1",
"TRADE_DATE",
"SALTIM",
"SALTIM_MS",
"ACVOL_1",
"TRDPRC_1",
"PCTCHNG",
"NETCHNG_1",
"LOW_1",
"HIGH_1",
"PRCTCK_1"
]
}
Many thanks,
Alfredo