question

Upvotes
Accepted
15 2 5 10

Can I have a unique id for each update for a RIC across multiple subscriptions ?

All,

For resiliency, we need to have multiple applications running at the same time that use EMA API to subscribe for real time data updates for a same list of RICs. Is there a way to get a unique id for each update for a RIC across these multiple subscriptions/client applications ?

Client A gets an update for RIC with update id say abc1234, it writes the update to DB.

Client B gets the same update for RIC with the update id abc1234. It checks whether it is already in DB. If it is already there it just discards the update

Thanks in advance

Mani

ema-apijava
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
17k 80 39 63

Hi @Mani.A

You may be able to utilize some sort of identifier such as the sequence number. If you refer to the data dictionary or review the data model specs, this will provide you a list of fields based on which venue you plan to retrieve. You have to be aware that because the data is ultimately sourced from hundreds of different exchanges, not all may adhere to the same canonical format. However, the data feeds will attempt to normalize the data where they can.

I would suggest you reach out to the helpdesk - they should be able to bring in a content specialist who can provide/confirm if a standard field can be used. I would also suggest you narrow down your requirement by stating where you plan to retrieve your data.

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 @Mani.A

Might be a bit of a long shot, but...

If you are able to develop your application using EMA-CPP then you may be able to use the WarmStandby functionality - as described in the EMACPP_DevGuide.pdf section 7. This could remove the need to implement the resiliency at the application code level - depending on your exact requirements...




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.

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.