| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Datafeed Toolbox |
| Contents | Index |
| Learn more about Datafeed Toolbox |
This table summarizes new features in Version 3.5 (R2010a).
| New Features and Changes | Version Compatibility Considerations | Fixed Bugs and Known Problems | Related Documentation at Web Site |
|---|---|---|---|
| Yes Details below | Yes — Details labeled as Compatibility Considerations
in descriptions of new features and changes. See also Summary. | Bug
Reports Includes fixes | Printable Release Notes: PDF Current product documentation |
New features and changes follow.
Bloomberg® has released a new version of their API. The new blp class supports the Bloomberg V3 interface. Support for Bloomberg V3 has been implemented using their Java™ API which makes the toolbox platform independent for Bloomberg users allowing them to run on 64-bit Windows machines.
Bloomberg has released a new version of their API. They are not disabling the older API but no longer support it. The existing bloomberg methods will display warnings notifying the users that they should move to the blp methods. The ActiveX methods for bloomberg will also generate warnings. The bloomberg class and its accompanying methods will be removed in a future release
Update your code to use the new blp class and its accompanying methods. For example:
b = bloomberg;
d = fetch(b,'FOOB US Equity','GETDATA','LAST_PRICE');
d = fetch(b,'FOOB US Equity','TIMESERIES','10/30/2009');
d = fetch(b,'FOOB US Equity','HISTORY','LAST_PRICE', ...
'10/01/2009','10/31/2009');
becomes
b = blp;
d = getdata(b,'FOOB US Equity','LAST_PRICE');
d = timeseries(b,'FOOB US Equity','10/30/2009');
d = history(b,'FOOB US Equity','LAST_PRICE', ...
'10/01/2009','10/31/2009');
See the function reference page for blp for more information.
![]() | Datafeed Toolbox Release Notes | Version 3.4 (R2009b) Datafeed Toolbox Software | ![]() |
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |