If I have 10 RIC in the itemList and perform a sendItemRequest() for each of them, is there a way that I can throttle the responses with the RFA event queue dispatch() API? Say I just want to receive the feeds for those 10 RICs once every 15 seconds.
I looked at throttleEnabled, throttleBatchCount, throttleType but they don't seem to throttle the responses. We are using RFA v8.2 C++ edition.