How can I get a timestamp for the quotes or trades with each update message coming in from the Websocket API? I've requested many fields that should have a time or date for trades and quotes but I don't get anything. This is what my update messages come in looking like:
[ { "DoNotConflate":true, "Fields":{ "ASK_YIELD":0.859, "BID_YIELD":0.966 }, "ID":750, "Key":{ "Name":"DE159570487=", "Service":"ELEKTRON_DD" }, "SeqNumber":31742, "Type":"Update", "UpdateType":"Unspecified" } ]
Is there a way to request a generated timestamp for each of these records, much like how rows in Tick History always have a datetime attached to them? How should I move forward if I must store this with a timestamp? Thank you.