Why do I get the error "Undefined function or variable 'processBarEvents'." when executing Bloomberg data retrieval for intraday tick data with "timeseries"?
Afficher commentaires plus anciens
I am using the Datafeed toolbox to perform Bloomberg Desktop data retrieval for intraday tick data using the "timeseries" function, however I find that when I run the following code to do this:
c = blp;
temp = timeseries(c, 'SPY US Equity', {datestr(now-(2*365), 'mm/dd/yyyy HH:MM:SS'), ...
datestr(now, 'mm/dd/yyyy HH:MM:SS')}, (5/(24*60))*60*24, 'Trade');
I get the following error:
Undefined function or variable 'processBarEvents'.
Error in blp/timeseries (line 446)
v = bBarTsObj.processBarEvents(blpUuid, blpIdentity, b.session);
Why could this error be occurring?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Aerospace Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!