Hi there,
I am using Polygon live feed for stocks with all tickers, trying to make some simple analysis with small delay (a few seconds max).
I now managed to absorb fetching all the JSON data, even at market open, having a delay ~200ms.
However, parsing in C++ the JSON string to get the...