Field based subscription with RFA 8

Hi, we are using Java RFA 8 to read market data from TREP server. We are using OMM interface.

We would like to subscribe for an initial snapshot and updates for limited sets of FIDs.

An example program called ItemManager.java is available with RFA8 API but that example code receives update for all the FIDs for a give RDMInstrument RIC as per my observations.

Is there any example that can explain how to subscribe and get update only for limited set of FID say BID and ASK ?

Or otherwise can you provide sample code as reply to this query.

Best Answer

  • steven.peng
    Answer ✓

    Hi @ramesh.jitkar

    You can implement the "view" filter as described in section 3.2.4 of RFAJ developer Guide

    The example StarterConsumer_BatchView.java can be found in the RFAJ example folder. Please keep in mind that the ADS you are connecting to needs premium license to implement the Batch and View features. Please check with your Market data team or Thomson Reuters engineer to confirm your ADS license status.

Answers