Upgrading RFA from 6.0 to 8.1.2

Following Classes are missing in new version:

import com.reuters.rfa.session.MarketDataSubscriber;

import com.reuters.rfa.session.MarketDataSubscriberInterestSpec;

import com.reuters.rfa.session.event.MarketDataSvcStatus;

import com.reuters.rfa.session.event.MarketDataItemEvent;

import com.reuters.rfa.session.event.MarketDataSvcEvent;

import com.reuters.rfa.session.MarketDataItemSub;

import com.reuters.tibmsg.TibField;

import com.reuters.tibmsg.TibMsg;

com.reuters.tibmsg package itself is missing.


What are the new classes to be used instead of above?

Best Answer

  • Hi @rudygunawan

    The classes you mention above are for the legacy MarketData interface which supports the legacy string-based Marketfeed data format.

    The v8.x of RFA only supports the newer OMM interfaces and more efficient binary RWF data format.

    The most recent version of RFA Java that supports the legacy stuff is v7.6.x which can be downloaded from RFA Java - Older Versions

    However, I would advise against the continued use of the legacy formats if at all possible.

    And rather than upgrading to the v8 of RFA, I would recommend you consider migrating to the newer strategic Elektron SDK Java which also supports the newer OMM interfaces etc.

    RFA v8 is feature complete, in maintenance mode only and will not receive any new features or enhancements other than bug fixes.

    The ElektronSDK has numerous benefits of RFA including longer-term support, support for newer features, much easier to learn, easier to code, less coding and easier to maintain long term.