Serving the Quantitative Finance Community

 
User avatar
Late
Topic Author
Posts: 0
Joined: August 25th, 2007, 9:49 am

Reuter's slow datafeed in Matlab

October 10th, 2008, 4:07 pm

HelloI am making pricing tools which could capture the current market information tick by tick. These m-files should be compiled to independent C++ libraries that can be run independently.I am using Reuters as a data provider but I have figured out that Matlab's own Reuter's datafeed is too ineffective or slow to capture the market situation in real time. The interface (fetch) does not even give me possibility to search certain field values from the given RIC-code. The developers from Matlab said that the Reuters interface is done with Java and it does not give much flexibility.Does there exists any solution in Matlab that can be used to refresh the market in real time? Does Reuters have any support on this concern that would help?thanks!
 
User avatar
kziemski
Posts: 0
Joined: April 17th, 2005, 5:48 pm

Reuter's slow datafeed in Matlab

October 11th, 2008, 1:46 am

needed to do something similar for my prev hfund. i ended up coding it in C++. you need to write an adapter that connects using Reuters RFA api and then using Matlab interfaces in C.RFA is not for the faint of heart. Matlab api probably connects using SFC which is a slower system.
 
User avatar
rwinston
Posts: 0
Joined: February 15th, 2007, 5:48 pm

Reuter's slow datafeed in Matlab

October 13th, 2008, 7:45 am

As the previous poster said, you will probably want to use the RFA API. Its actually quite straightforward - I wrote C++ adapters for R for both real-time (RFA) and historic time series (SFC) data. Note that SFC will probably disappear sometime in the future, and the RFA API will handle both real-time and historical data.
 
User avatar
Deve10per
Posts: 0
Joined: February 27th, 2008, 1:57 pm

Reuter's slow datafeed in Matlab

October 21st, 2008, 2:39 pm

Let me know if you need access or more information to RFA API?www.reuters.com/developer(I run the Client Developer Program)*Shameless plug apologies*tom.ablewhite@thomsonreuters.comwww.twitter.com/tablewhite
 
User avatar
himAgain
Posts: 0
Joined: August 17th, 2008, 8:11 pm

Reuter's slow datafeed in Matlab

October 27th, 2008, 9:26 pm

"Does there exists any solution in Matlab that can be used to refresh the market in real time? Does Reuters have any support on this concern that would help?"If Reuters has an API that you can access. Look to connect Matlab using COM objects. You just need to build the file and call the events/ event listeners then register each one. I have already done this for a different source that plots real-time data in a stand alone GUI. Just for the record it keeps up with Crude Oil in real-time. But it can be done, just use COM, it will be much faster.Good Luck
 
User avatar
axe
Posts: 0
Joined: January 23rd, 2010, 1:53 am

Reuter's slow datafeed in Matlab

March 15th, 2012, 2:00 pm

Wondering, how is the Reuters datafeed for Matlab these days. I heard there are other vendors too. Trying to find the best one for real time feed into Matlab.Thanks in advance.