
function TopQuotedSimple(caller,viewer,body,callback,pageSize,appId)
{this.caller=caller;this.viewer=viewer;this.body=body;this.callback=callback;this.pageSize=pageSize;this.appId=appId;}
TopQuotedSimple.prototype=new TopStatsWorklistSimple();TopQuotedSimple.prototype.FOOTNOTES_DELAYED=['Intraday activity delayed 15 minutes.'];TopQuotedSimple.prototype.doFilter=function(body,pageSize,priceMin,tierGroupId)
{this.run(new QtServTradeStatFilter(this.appId,pageSize,FIELD_GAIN,priceMin,tierGroupId),body);}
TopQuotedSimple.prototype.makeCall=function(criteria,dataHandler)
{criteria.showQuoted=true;this.caller.getTopQuoted(criteria,dataHandler);}