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

    function ttinstrumentnotfound(varargin)
%TTINSTRUMENTNOTFOUND X_TRADER onNotifyNotFound sample listener

%   Copyright 2011-2012 The MathWorks, Inc.

%varargin{4} is instrument object
disp(['Unable to find instrument: ' varargin{4}.Alias])

end