var MarketWatchLiteWS=function() {
MarketWatchLiteWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MarketWatchLiteWS.prototype={
GetData:function(hiddenSectorsIDs,datestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetData',false,{hiddenSectorsIDs:hiddenSectorsIDs,datestamp:datestamp},succeededCallback,failedCallback,userContext); },
GetIndexData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetIndexData',false,{},succeededCallback,failedCallback,userContext); },
GetDailyStatisticsData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetDailyStatisticsData',false,{},succeededCallback,failedCallback,userContext); },
GetMostActiveData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetMostActiveData',false,{},succeededCallback,failedCallback,userContext); },
GetGainersLosersData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetGainersLosersData',false,{},succeededCallback,failedCallback,userContext); },
GetMarketDisplayStatus:function(language,succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetMarketDisplayStatus',false,{language:language},succeededCallback,failedCallback,userContext); },
GetBasicStreamerNews:function(currentLanguage,siteUrl,lblIntend,lblTrade,lblBuy,lblSell,lblSold,lblBougth,lblIntendTo,lblShare,lblAt,succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetBasicStreamerNews',false,{currentLanguage:currentLanguage,siteUrl:siteUrl,lblIntend:lblIntend,lblTrade:lblTrade,lblBuy:lblBuy,lblSell:lblSell,lblSold:lblSold,lblBougth:lblBougth,lblIntendTo:lblIntendTo,lblShare:lblShare,lblAt:lblAt},succeededCallback,failedCallback,userContext); },
GetMarketNews:function(language,siteUrl,succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetMarketNews',false,{language:language,siteUrl:siteUrl},succeededCallback,failedCallback,userContext); },
GetClockDisplayTime:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MarketWatchLiteWS.get_path(), 'GetClockDisplayTime',false,{},succeededCallback,failedCallback,userContext); }}
MarketWatchLiteWS.registerClass('MarketWatchLiteWS',Sys.Net.WebServiceProxy);
MarketWatchLiteWS._staticInstance = new MarketWatchLiteWS();
MarketWatchLiteWS.set_path = function(value) { MarketWatchLiteWS._staticInstance._path = value; }
MarketWatchLiteWS.get_path = function() { return MarketWatchLiteWS._staticInstance._path; }
MarketWatchLiteWS.set_timeout = function(value) { MarketWatchLiteWS._staticInstance._timeout = value; }
MarketWatchLiteWS.get_timeout = function() { return MarketWatchLiteWS._staticInstance._timeout; }
MarketWatchLiteWS.set_defaultUserContext = function(value) { MarketWatchLiteWS._staticInstance._userContext = value; }
MarketWatchLiteWS.get_defaultUserContext = function() { return MarketWatchLiteWS._staticInstance._userContext; }
MarketWatchLiteWS.set_defaultSucceededCallback = function(value) { MarketWatchLiteWS._staticInstance._succeeded = value; }
MarketWatchLiteWS.get_defaultSucceededCallback = function() { return MarketWatchLiteWS._staticInstance._succeeded; }
MarketWatchLiteWS.set_defaultFailedCallback = function(value) { MarketWatchLiteWS._staticInstance._failed = value; }
MarketWatchLiteWS.get_defaultFailedCallback = function() { return MarketWatchLiteWS._staticInstance._failed; }
MarketWatchLiteWS.set_path("/WebServices/MarketWatchLiteWS.asmx");
MarketWatchLiteWS.GetData= function(hiddenSectorsIDs,datestamp,onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetData(hiddenSectorsIDs,datestamp,onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetIndexData= function(onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetIndexData(onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetDailyStatisticsData= function(onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetDailyStatisticsData(onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetMostActiveData= function(onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetMostActiveData(onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetGainersLosersData= function(onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetGainersLosersData(onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetMarketDisplayStatus= function(language,onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetMarketDisplayStatus(language,onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetBasicStreamerNews= function(currentLanguage,siteUrl,lblIntend,lblTrade,lblBuy,lblSell,lblSold,lblBougth,lblIntendTo,lblShare,lblAt,onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetBasicStreamerNews(currentLanguage,siteUrl,lblIntend,lblTrade,lblBuy,lblSell,lblSold,lblBougth,lblIntendTo,lblShare,lblAt,onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetMarketNews= function(language,siteUrl,onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetMarketNews(language,siteUrl,onSuccess,onFailed,userContext); }
MarketWatchLiteWS.GetClockDisplayTime= function(onSuccess,onFailed,userContext) {MarketWatchLiteWS._staticInstance.GetClockDisplayTime(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}
