I want to subscribe to RIC chains but associate each request in the chain with the first correlation handle returned for the first chain record.
E.g.
long firstChainRecordHandle = ommConsumer.registerClient(requestMessage, ommConsumerClient, "0#LCO:");
Can I attach this data in subsequent requests as metadata when requesting the next chain record and any instruments in the long links? I've had a look at parent handles but they seem to be for a different purpose, that I don't quite understand.
https://docs-developers.refinitiv.com/1583830954828/6066/Docs/refman/emajava/com/thomsonreuters/ema/access/OmmConsumerEvent.html#parentHandle--