if(typeof AnYing == "undefined") AnYing={};
if(typeof AnYing.MarketWatcher == "undefined") AnYing.MarketWatcher={};
if(typeof AnYing.MarketWatcher.AjaxMethod == "undefined") AnYing.MarketWatcher.AjaxMethod={};
if(typeof AnYing.MarketWatcher.AjaxMethod.Common == "undefined") AnYing.MarketWatcher.AjaxMethod.Common={};
AnYing.MarketWatcher.AjaxMethod.Common_class = function() {};
Object.extend(AnYing.MarketWatcher.AjaxMethod.Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerTime: function() {
		return this.invoke("ServerTime", {}, this.ServerTime.getArguments().slice(0));
	},
	GetFXTick: function(symbols) {
		return this.invoke("GetFXTick", {"symbols":symbols}, this.GetFXTick.getArguments().slice(1));
	},
	url: '/MarketWatcher/ajaxpro/AnYing.MarketWatcher.AjaxMethod.Common,AnYing.MarketWatcher.ashx'
}));
AnYing.MarketWatcher.AjaxMethod.Common = new AnYing.MarketWatcher.AjaxMethod.Common_class();


