question

Upvotes
Accepted
1 3 9 11

RFA Subscription for Primary Ric and Composite Ric and event registration

For instrument, I want to use primary exchange RIC to subscribe to L1 and only interested in instrument status, Lower Limit and Upper limit price band, and totally ignore any trade and quote events.

If my client is interested in trade and quote, I will use composite RIC to subscribe L1 and only care about trade and quote events.


Question: To avoid to use unnecessary data bandwidth, I would like to know if RFA api allows me to instruct the library to not to send certain events, such as trade, quote, status. Without this support, I would have to ignore event types based on the RIC used.


treprfarfa-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.

Hello @chris.xiao

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@chris.xiao

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
7.6k 15 6 9

@chris.xiao

RFA and other TREP/Elektron APIs cannot send a request with filtering options like your scenario. Also, the APIs do not cache the data so that it can not filter the only event you need.

The only option for the user to reduce bandwidth is to use a dynamic view feature to filter only fields list you need on the TREP server side. If you want to filter specific data/events, you have to do it in your application layer, but is still unable to reduce the bandwidth.

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.