Hi,
My need is getting real-time data as fast as I can, and the historical data (from a tick, min, hourly to daily data). for developing an enterprise application
I thought Elektron API would work in that case where we use WebSocket API once a connection is established the data flow between server to the client in a seamless manner
Now I came to DSS whether this service also offering the same functionalities as Elektron API in terms of real-time data and historical data. But from the DSS example , I saw a single request which gives a single response, I thought once I send the request. I will get the real-time data response seamlessly without any further additional request.
Is my understanding wrong on DSS?