question

Upvotes
Accepted
1 0 3 9

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 5.0 MiB each and 10.0 MiB total.

1 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea