if(typeof Lsyw == "undefined") Lsyw={};
if(typeof Lsyw.GodSon == "undefined") Lsyw.GodSon={};
if(typeof Lsyw.GodSon.Trade == "undefined") Lsyw.GodSon.Trade={};
if(typeof Lsyw.GodSon.Trade.Quote == "undefined") Lsyw.GodSon.Trade.Quote={};
Lsyw.GodSon.Trade.Quote_class = function() {};
Object.extend(Lsyw.GodSon.Trade.Quote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Modquote: function(quoteInfo) {
		return this.invoke("Modquote", {"quoteInfo":quoteInfo}, this.Modquote.getArguments().slice(1));
	},
	test: function(aaa) {
		return this.invoke("test", {"aaa":aaa}, this.test.getArguments().slice(1));
	},
	getLowprice: function(price, merid) {
		return this.invoke("getLowprice", {"price":price, "merid":merid}, this.getLowprice.getArguments().slice(2));
	},
	url: '/ajaxpro/Lsyw.GodSon.Trade.Quote,GodSonCom.ashx'
}));
Lsyw.GodSon.Trade.Quote = new Lsyw.GodSon.Trade.Quote_class();


