I am making a streaming request for MarketPrice at RTO using View.
When streaming to some RICs, including ".PSI", the data for each FID is received as "null" around 0:00 (UTC).Can I understand this "null" data to be reset data?
By the way, if I receive data after that, I am able to receive it with data entered for each FID.
Below is an example of received data.
[
{
"ID":69,
"Type":"Refresh",
"Key":{
"Service":"ERT_FD3_LF1",
"Name":".PSI"
},
"State":{
"Stream":"Open",
"Data":"Ok",
"Text":"**All is well"
},
"Qos":{
"Timeliness":"Realtime",
"Rate":"TimeConflated",
"RateInfo":3000
},
"PermData":"AwD9ZzPA",
"SeqNumber":127,
"Solicited":false,
"Fields":{
"TRDPRC_1":null,
"TRDPRC_2":null,
"HST_CLOSE":6190.19,
"PCTCHNG":null
}
}
]