For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
17 2 8 12

For the elektron websocket api what is the maximum number of messages that will be received per second?

elektron
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
25.3k 87 12 25

Hi @vikas.khurana,

To determine if you are connected to RTO or not - you can refer to the 3 Websocket API QuickStart sections and compare your credentials/connectivity parameters and service name with the ones used in the 3 different Quick Starts.

So, say you are consuming data from a service call ELEKTRON_DD and providing a MachineID + password + clientID/AppKey - then you are using RTO.

RTO is already using conflation / Bandwidth optimisation to limit the number of updates to 3 + Trades (as generally speaking most customers do not wish to miss Trade activity).

If you are connecting to your organisation's ADS then you won't be providing a password. If you are using an ADS you need to discuss conflation with your own internal MarketData team.

In terms of how many updates Websocket connection can support - we recommend customers perform their own testing within their own environments with their own watchlist.

This is because the actual number of updates your application can handle can vary based on factors such as your network/internet connection, your watchlist size, the volatility of the instruments in your watchlist, the typical size of the updates, the language you are using, how much processing you do to the payload on the same thread that receives the payload etc. If your application consumes the data too slowly, the server will eventually disconnect you once its buffer (for your session) is filled.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
25.3k 87 12 25

Hi @vikas.khurana

In terms of maximum messages received per second, this can vary quite considerably depending on the volatility of your instruments, any conflation on the feed/service you are connecting to etc.

For example, if you are connecting to our Real-Time Optimised feed, this provides 3 Updates per second + any trades. So, you could get 3 or more updates per second per instrument - depending on how actively the instrument is being traded. If the instrument is not quoted or traded that often you may get less than 3 updates per second.

If you are connecting to an internal ADS server at your organisation, then you will need to check with your Market Data team to check if the service is conflated or not. If not conflated, you could far more than 3+ updates a second - depending on how actively the instrument is quoted + traded, as explained above.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

My assumption is that its the Real-Time Optimized feed but how do I confirm that? Also, how do look into the the potential conflation of the feed/service?

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.