Hi team, we would like to subscribe to delayed real-time data, not using “/” as a RIC prefix.
Seems that a new the service name ERT_BON_DLY is available. Can you guide us how to use this service? We use python code and build the request as following:
mp_req_json = { 'ID': 1,
'Key': {
'Name': ric_name,
'Service': 'ERT_BON_DLY'
},}
but we receive
"State":{
"Code":"NotEntitled",
"Data":"Suspect",
"Stream":"Closed",
"Text":"A21: DACS User Profile denied access to vendor\n"
}
Using 'Service': 'ELEKTRON_DD' retrieves data correctly.
Thanks