www.gusucode.com > trading工具箱matlab源码程序 > trading/trading/emsx.m

    function emsx
%EMSX Bloomberg EMSX connection.
%   B = EMSX(SERVICENAME) make a connection  to the local Bloomberg 
%   communications server and use the service SERVICENAME.
%
%   For example,
%
%   B = emsx('//blp/emapisvc_beta') 
%
%   connections to the test EMSX service and
%
%   B = emsx('//bmp/emapisvc')
%
%   connection to the production EMSX service.
%
%   See also createOrder, createOrderAndRoute, close.

%   Copyright 2012 The MathWorks, Inc.