Hello,
I could not find any LSEG 64Bit C/C++ examples of how to process chains in Ema.
Can somebody please point me to the one?
Thanks, Vlad.
Hi @vladislav.tolmachyov,
There are two part articles which explain Chain processing in EMA. The accompanying code is in EMA Java, but same concept will apply to C++ as well.
No we don't have a similar library for C++. The closest is the sample in .NET C#.
Which API does your existing 32 bit application use? Essentially the chain processing logic is same - regardless of the API or language, and this processing logic is described in detail in the two part articles shared in previous answer.