| Contents | Index |
E = esig(user)
E = esig(user) creates an eSignal Desktop API connection given the user name user. Only one eSignal connection can be open at a time.
In order to use the signal interface, you need to make the eSignal Desktop API .NET assembly visible to MATLAB by using the command:
% Add NET assembly.
NET.addAssembly('D:\Work\esignal\DesktopAPI_TimeAndSales\...
DesktopAPI_TimeAndSales\obj\Release\Interop.IESignal.dll');
Note that your path may differ from the one shown. Look for Interop.IESignal.dll in the installation directory of eSignal. You must have access to eSignal to use this functionality.
Create an eSignal connection handle:
% Enter 'mylogin' as your user name.
E = esig('mylogin')esig.close | esig.getdata | esig.history | esig.timeseries
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-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |