how to deal with items with more than one kind of rate such as 'LIBOR01'

hope that sonmeone can show me the example of decoding this kind of item, cus i am not familiar with rfa so i donnot konw where to refer to.

Tagged:

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @1069772808

    The 'LIBOR01' is a page RIC. The example application to parse page data is the Viewer located in <RFA Java
    Package>\Examples\com\reuters\rfa\example\omm\gui\viewer.

    image

    You can check <RFA Java Package>\Examples\com\reuters\rfa\example\omm\gui\viewer\OMMClient.processFieldList() function to see how to handle the page data.