How to programatically retrieve quotes from Reuters?

by Peter Moss 3. March 2011 22:24
Older Reuters interfaces were quite simple.  Reuters SSL (Source Sink Library) is relatively easy to program.  Simple enough to integrate into any application in a matter of days.  Reuters library operates on a concept of callbacks.  Application should create one thread per Reuters channel or multiplex callbacks from various channels in the same thread.  Those are architectural and design questions. Here is an example of how a RIC (Reuters Instrument Code) query can be implemented quickly and efficiently.To initialize SSL library, one needs to know their triarch user ... [More]

Tags:

Downloads