Download Datafeed Toolbox User`s Guide
Transcript
marketdepth
openvar('IQFeedLevelTwoData')
Initiate a watch on the security ABC for level 2 data using the function handles
iqfeedlistener and iqfeedeventhandler. Display the results in the MATLAB
workspace in the variable IQFeedLevelTwoData.
marketdepth(q,'ABC',@iqfeedmarketdepthlistener,@iqfeedmarketdeptheventhandler)
openvar('IQFeedLevelTwoData')
More About
•
“Writing and Running Custom Event Handler Functions” on page 1-29
See Also
close | history | iqf | realtime | timeseries
5-163