interestAfterRefresh() always returning true even for snapshot request.

Hi,

I am building a Interactive Provider. In onReqMsg() call back for a MMT_MARKET_PRICE when I check that request is snapshot or streaming using reqMsg.interestAfterRefresh(), it always return true irrespective the request msg is snapshot type or streaming type.

Though in xml trace I can see that STREAMING flag is not present in the received snapshot message

Best Answer

Answers