if(typeof OXNetWebControls == "undefined") OXNetWebControls={};
if(typeof OXNetWebControls.FloatingPricer == "undefined") OXNetWebControls.FloatingPricer={};
OXNetWebControls.FloatingPricer_class = function() {};
Object.extend(OXNetWebControls.FloatingPricer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOptionsValues: function(sOptionSymbol) {
		return this.invoke("GetOptionsValues", {"sOptionSymbol":sOptionSymbol}, this.GetOptionsValues.getArguments().slice(1));
	},
	CalculatePrices: function(dStockPrice, dStrikePrice, dVolatility, dIntRate, iDaysUntilExp, dDividend, sCalcType, iIteration) {
		return this.invoke("CalculatePrices", {"dStockPrice":dStockPrice, "dStrikePrice":dStrikePrice, "dVolatility":dVolatility, "dIntRate":dIntRate, "iDaysUntilExp":iDaysUntilExp, "dDividend":dDividend, "sCalcType":sCalcType, "iIteration":iIteration}, this.CalculatePrices.getArguments().slice(8));
	},
	url: '/OXNETTOOLS/ajaxpro/OXNetWebControls.FloatingPricer,OXNetWebControls.ashx'
}));
OXNetWebControls.FloatingPricer = new OXNetWebControls.FloatingPricer_class();

