I am composing a batch request to get the prices of several options of one underlying. The payload of the request contains 1191 option ticker in the form e.g. id1632097629324.
I received back the prices for several options, but for most of them the output message that is notified to the processEvent callback is not parsable. If I count the amount of correct output message and the amount of non parsable messages I get the original 1191 number of subscribed ticker.
In the attachment I show the type of request that I am sending and the un-parsable request that I receive for some of the subscribed ticker.
I would like to kindly ask you how I can avoid this and be sure to get data for each of the ticker I package in the request payload.
Thanks in advace
Best regards