Is there any "EMA Chain objects" realized in C++

Hi:

We develop with EMA(C++)。

now I want to get the "chains" of HKSE,

I only find the "JAVA Edition", but I have difficulty to understand it.

"https://developers.thomsonreuters.com/article/simple-chain-objects-ema-part-1"

Is there "C++ Edition" realize the "chains data".

thanks a lot.

Best Answer

  • Hello @luxiangyuan,

    The article you are looking at is in 2 parts:

    simple-chain-objects-ema-part-1

    simple-chain-objects-ema-part-2

    The first part explains the concept of chain, how it is structured, and goes over the features that will be important for chain processing, that will apply in C++, Java, Websockets.

    The second part gives an example of implementation of the concepts discussed in the first part, in Java.

    There is, currently, no such example in C++. Nor in Websockets. The reader will be able to use the knowledge of the concepts to design a custom implementation, per their requirements.

Answers