I tried RFASimpleInsert example and its working fine for both Refresh and Update. Both verbs modify the data for a RIC, but how this makes differences to Consumer ? What would happen if I use only Refresh for all the updates ?
RespMsg respMsg = newRespMsg();
respMsg.MsgModelType = RDM.MESSAGE_MODEL_TYPES.MMT_MARKET_PRICE;
respMsg.RespType = RespMsg.RespTypeEnum.Update;
respMsg.AttribInfo = attribInfo;
postMsg.Payload = respMsg;
Please clarify.