if(typeof Feed == "undefined") Feed={};
Feed_class = function() {};
Object.extend(Feed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSeStocksFeed: function() {
		return this.invoke("GetSeStocksFeed", {}, this.GetSeStocksFeed.getArguments().slice(0));
	},
	GetSeStocksClosedFeed: function() {
		return this.invoke("GetSeStocksClosedFeed", {}, this.GetSeStocksClosedFeed.getArguments().slice(0));
	},
	GetGDRStocksFeed: function() {
		return this.invoke("GetGDRStocksFeed", {}, this.GetGDRStocksFeed.getArguments().slice(0));
	},
	GetGDRStocksClosedFeed: function() {
		return this.invoke("GetGDRStocksClosedFeed", {}, this.GetGDRStocksClosedFeed.getArguments().slice(0));
	},
	GetServerDate: function() {
		return this.invoke("GetServerDate", {}, this.GetServerDate.getArguments().slice(0));
	},
	GetServerHour: function() {
		return this.invoke("GetServerHour", {}, this.GetServerHour.getArguments().slice(0));
	},
	url: '/ajaxpro/otv3.Classes.Feeds.Feed,otv3.ashx'
}));
Feed = new Feed_class();


