- All the updates we see come down with the
"Unspecified" Update type. Is this to do with the trial free
data? - There are situations where two or more updates are
part of the same json message. See below for an example in GBP=. The first line
represents 99% of the updates, a single record. However in a smaller number of
cases more updates for the same instrument are transported by a single json
message. How should we interpret the situation when two or more updates for the
same RIC are collapsed in the same json object? Does one precede the
other?
2019-05-07 13:17:08.550 DEBUG
[ { "ID": 6, "Type": "Update", "UpdateType":
"Unspecified", "DoNotConflate": true, "Key": { "Service":
"ELEKTRON_DD", "Name": "GBP=" }, "SeqNumber": 39086, "Fields": { "BID": 1.3046, "ASK": 1.305 } }]
2019-05-07 13:17:09.242 DEBUG
[ { "ID": 6, "Type": "Update", "UpdateType":
"Unspecified", "DoNotConflate": true, "Key": { "Service":
"ELEKTRON_DD", "Name": "GBP=" }, "SeqNumber": 39150, "Fields": { "BID": 1.3047, "ASK": 1.3048 } }, { "ID": 6, "Type": "Update", "UpdateType":
"Unspecified", "DoNotConflate": true, "Key": { "Service":
"ELEKTRON_DD", "Name": "GBP=" }, "SeqNumber": 39214, "Fields": { "BID": 1.3047, "ASK": 1.3048 } } }