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.