Issue subscribing to both quote price and market depth at same time

we have identified an issue which is :




when subscribing to both quote info and market depth at the same time , we are getting data (update and refresh ) for the first type subscribed RIC ( either price update or market depth ) alone , ie ,



1 . if we subscribe with RIC's as : ABEL.KL , AIRA.KL , ABEL.KLd1 AIRA.KLd2 - we are getting data for ABEL.KL and AIRA.KL only .



2 . if we subscribe with RIC's as : ABEL.KLd1 ,AIRA.KLd1 , AIRA.KL ABEL.KL - we are getting data for ABEL.KLd1 and AIRA.KL only .



Note : both these RIC's return data when subscribed individually

Kindly help if I am missing something

Best Answer

  • Hello @yajnasteju,

    Should be able to subscribe the valid RICs at the same time, as long as you do not exceed your permissioned number of simultaneous subscriptions?

    I subscribed the same RIC lists with EMA Java batch request example 370.

    For request list 1, the last RIC AIRA.KLd2 is not valid, the other three are subscribed, return data.

    For request list 2, all 4 return data.