Create a Bloomberg connection, and then retrieve information for the last price
field.
Create the Bloomberg connection using the Bloomberg Desktop C++ interface.
c = bloomberg;
Return data as a table by setting the DataReturnFormat
property of the bloomberg object. If you do not set this
property, the fieldsearch function returns data as a cell
array.
c.DataReturnFormat = 'table';
Return information for the search term
LAST_PRICE.
f = 'LAST_PRICE';
d = fieldsearch(c,f);
Display the first three rows of the field information in
d.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.