Why am I unable to run the Thomson Reuters Eikon examples from Datafeed Toolbox R2014b?

1 view (last 30 days)
I am following the examples for the Thomson Reuters Eikon interface from the documentation of Datafeed Toolbox R2014b. When I try to use the:
- trestatuseventhandler
or
- trerealtimeeventhandler
example event handlers, I receive an error message and I do not see updates in the Command Window or data stored in the "trRealtimeData" variable in the base workspace in MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 9 Jan 2015
The Datafeed Toolbox R2014b is missing two files that are necessary for the examples of Thomson Reuters Eikon interface. You can find the files attached to this answer.
In order to install these files, please follow these steps:
1. Download the files attached to this answer.
2. Use the following MATLAB command to open the folder in which these files should be stored:
winopen(fullfile(matlabroot, 'toolbox', 'datafeed', 'datafeeddemos'))
3. Copy the downloaded files to the folder that was opened.
4. In MATLAB run the following command:
rehash toolboxcache

More Answers (0)

Products


Release

R2014b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!