Hi team,
Is it possible to change the Quality of Service in Item Request message?
We want to control the update rate of prices, for example, receiving the update messages every 2 seconds:
{
"ID": 3,
"Key": {"Name": "HKD=", "Service": "ELEKTRON_DD"},
"Qos": {
"Timeliness": "DelayedUnknown",
"Rate": "TimeConflated",
"RateInfo": 2000,
},
}
But got Status message arguing that "Data":"Suspect","Text":"No servers available that support this QoS."
Does it mean that QoS is not configurable?
Thank you!