Hello, I am using RFA 8.1 API's with MarketByPrice domain. I few doubts about ClearCacheFlag and RefreshCompleteFlag
1. If I want to know indication mask in Refresh message, should I use RespMsg::getIndicationMask or Map::getIndicationFlag?
2. What is the correct order of receiving Clear cache and Refresh complete? When I print indication mask, it first prints out "4" followed by "6". So which indication flags are set in it?
3. I expect to receive previously existing order id with INSERT instruction only after Clear cache is processed, isn't it correct?
4. In all documentation that I have, it states to refer "RFA C++ Reference manual" for more details, where I can find it?