I am referring to document "REFINITIV ROBUST FOUNDATION API V8.2.2.L1" pdf document section 8.3 Data: Response Message Payload.
a rfa::message::RespMsg message got from a rfa::common::Event will contain a Map which may have n FieldList. Again similar to my 97802 question:
- So user code can receive an update of FieldList containing BID and ASK data. May I say at most 1 BID and 1 ASK? Is it possible that a FieldList could containing m BID and n ASK?
- within a FieldList, there is a update timestamp (for example either FID 6527 or FID 14268; or both conceptually one bcos user should use only one of them)? And this timestamp is applicable to all BID/ASK data within the same FieldList (optional, I may apply its value to all BID/ASK data anyway)
- This n possible BID/ASK entries within a FieldList has nothing to do with subscription method/options used (if a FieldList can contain at most 1 BID and 1 ASK, then we can ignore item 3).