Type.registerNamespace('SSI.STC');
SSI.STC.AjaxWebService=function() {
SSI.STC.AjaxWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SSI.STC.AjaxWebService.prototype={
GetDataHoSTC2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetDataHoSTC2',false,{},succeededCallback,failedCallback,userContext); },
GetDataHoSTC2_Index:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetDataHoSTC2_Index',false,{},succeededCallback,failedCallback,userContext); },
GetDataHaSTC2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetDataHaSTC2',false,{},succeededCallback,failedCallback,userContext); },
GetDataHaSTC2_Index:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetDataHaSTC2_Index',false,{},succeededCallback,failedCallback,userContext); },
GetStockListHo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetStockListHo',false,{},succeededCallback,failedCallback,userContext); },
GetStockListHa:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetStockListHa',false,{},succeededCallback,failedCallback,userContext); },
GetUpcomStockList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetUpcomStockList',false,{},succeededCallback,failedCallback,userContext); },
GetUpcomIndex:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetUpcomIndex',false,{},succeededCallback,failedCallback,userContext); },
GetUpcomPrice:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetUpcomPrice',false,{},succeededCallback,failedCallback,userContext); },
GetUpcomPriorPrice:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetUpcomPriorPrice',false,{},succeededCallback,failedCallback,userContext); },
GetBondOutRightMarket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetBondOutRightMarket',false,{},succeededCallback,failedCallback,userContext); },
GetBondReposMarket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetBondReposMarket',false,{},succeededCallback,failedCallback,userContext); },
GetBondOutRight:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetBondOutRight',false,{},succeededCallback,failedCallback,userContext); },
GetBondRepos:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetBondRepos',false,{},succeededCallback,failedCallback,userContext); },
GetBondStockList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SSI.STC.AjaxWebService.get_path(), 'GetBondStockList',false,{},succeededCallback,failedCallback,userContext); }}
SSI.STC.AjaxWebService.registerClass('SSI.STC.AjaxWebService',Sys.Net.WebServiceProxy);
SSI.STC.AjaxWebService._staticInstance = new SSI.STC.AjaxWebService();
SSI.STC.AjaxWebService.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; SSI.STC.AjaxWebService._staticInstance._path = value; }
SSI.STC.AjaxWebService.get_path = function() { return SSI.STC.AjaxWebService._staticInstance._path; }
SSI.STC.AjaxWebService.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
SSI.STC.AjaxWebService._staticInstance._timeout = value; }
SSI.STC.AjaxWebService.get_timeout = function() { 
return SSI.STC.AjaxWebService._staticInstance._timeout; }
SSI.STC.AjaxWebService.set_defaultUserContext = function(value) { 
SSI.STC.AjaxWebService._staticInstance._userContext = value; }
SSI.STC.AjaxWebService.get_defaultUserContext = function() { 
return SSI.STC.AjaxWebService._staticInstance._userContext; }
SSI.STC.AjaxWebService.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; SSI.STC.AjaxWebService._staticInstance._succeeded = value; }
SSI.STC.AjaxWebService.get_defaultSucceededCallback = function() { 
return SSI.STC.AjaxWebService._staticInstance._succeeded; }
SSI.STC.AjaxWebService.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; SSI.STC.AjaxWebService._staticInstance._failed = value; }
SSI.STC.AjaxWebService.get_defaultFailedCallback = function() { 
return SSI.STC.AjaxWebService._staticInstance._failed; }
SSI.STC.AjaxWebService.set_path("/AjaxWebService.asmx");
SSI.STC.AjaxWebService.GetDataHoSTC2= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetDataHoSTC2(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetDataHoSTC2_Index= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetDataHoSTC2_Index(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetDataHaSTC2= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetDataHaSTC2(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetDataHaSTC2_Index= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetDataHaSTC2_Index(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetStockListHo= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetStockListHo(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetStockListHa= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetStockListHa(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetUpcomStockList= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetUpcomStockList(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetUpcomIndex= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetUpcomIndex(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetUpcomPrice= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetUpcomPrice(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetUpcomPriorPrice= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetUpcomPriorPrice(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetBondOutRightMarket= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetBondOutRightMarket(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetBondReposMarket= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetBondReposMarket(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetBondOutRight= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetBondOutRight(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetBondRepos= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetBondRepos(onSuccess,onFailed,userContext); }
SSI.STC.AjaxWebService.GetBondStockList= function(onSuccess,onFailed,userContext) {SSI.STC.AjaxWebService._staticInstance.GetBondStockList(onSuccess,onFailed,userContext); }

