var evolvedataws=function() {
evolvedataws.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
evolvedataws.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return evolvedataws._staticInstance.get_path();},
GetLKMaxPZNByVP:function(produktID,datumZapadlosti,VPISIN,kolicina,callerData,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLKMaxPZNByVP',false,{produktID:produktID,datumZapadlosti:datumZapadlosti,VPISIN:VPISIN,kolicina:kolicina,callerData:callerData},succeededCallback,failedCallback,userContext); },
GetLKMaxPZNByVS:function(produktID,datumZapadlosti,vsID,kolicina,callerData,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLKMaxPZNByVS',false,{produktID:produktID,datumZapadlosti:datumZapadlosti,vsID:vsID,kolicina:kolicina,callerData:callerData},succeededCallback,failedCallback,userContext); },
GetRSSContent:function(rssSource,maxResults,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRSSContent',false,{rssSource:rssSource,maxResults:maxResults},succeededCallback,failedCallback,userContext); },
GetMarketPrice:function(quotationCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarketPrice',false,{quotationCode:quotationCode},succeededCallback,failedCallback,userContext); },
GetMarketPriceDepth:function(quotationCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarketPriceDepth',false,{quotationCode:quotationCode},succeededCallback,failedCallback,userContext); }}
evolvedataws.registerClass('evolvedataws',Sys.Net.WebServiceProxy);
evolvedataws._staticInstance = new evolvedataws();
evolvedataws.set_path = function(value) { evolvedataws._staticInstance.set_path(value); }
evolvedataws.get_path = function() { return evolvedataws._staticInstance.get_path(); }
evolvedataws.set_timeout = function(value) { evolvedataws._staticInstance.set_timeout(value); }
evolvedataws.get_timeout = function() { return evolvedataws._staticInstance.get_timeout(); }
evolvedataws.set_defaultUserContext = function(value) { evolvedataws._staticInstance.set_defaultUserContext(value); }
evolvedataws.get_defaultUserContext = function() { return evolvedataws._staticInstance.get_defaultUserContext(); }
evolvedataws.set_defaultSucceededCallback = function(value) { evolvedataws._staticInstance.set_defaultSucceededCallback(value); }
evolvedataws.get_defaultSucceededCallback = function() { return evolvedataws._staticInstance.get_defaultSucceededCallback(); }
evolvedataws.set_defaultFailedCallback = function(value) { evolvedataws._staticInstance.set_defaultFailedCallback(value); }
evolvedataws.get_defaultFailedCallback = function() { return evolvedataws._staticInstance.get_defaultFailedCallback(); }
evolvedataws.set_path("/sys/evolvedataws.asmx");
evolvedataws.GetLKMaxPZNByVP= function(produktID,datumZapadlosti,VPISIN,kolicina,callerData,onSuccess,onFailed,userContext) {evolvedataws._staticInstance.GetLKMaxPZNByVP(produktID,datumZapadlosti,VPISIN,kolicina,callerData,onSuccess,onFailed,userContext); }
evolvedataws.GetLKMaxPZNByVS= function(produktID,datumZapadlosti,vsID,kolicina,callerData,onSuccess,onFailed,userContext) {evolvedataws._staticInstance.GetLKMaxPZNByVS(produktID,datumZapadlosti,vsID,kolicina,callerData,onSuccess,onFailed,userContext); }
evolvedataws.GetRSSContent= function(rssSource,maxResults,onSuccess,onFailed,userContext) {evolvedataws._staticInstance.GetRSSContent(rssSource,maxResults,onSuccess,onFailed,userContext); }
evolvedataws.GetMarketPrice= function(quotationCode,onSuccess,onFailed,userContext) {evolvedataws._staticInstance.GetMarketPrice(quotationCode,onSuccess,onFailed,userContext); }
evolvedataws.GetMarketPriceDepth= function(quotationCode,onSuccess,onFailed,userContext) {evolvedataws._staticInstance.GetMarketPriceDepth(quotationCode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SRCSI.KD.CMS.Web.Ext.KD.Extensions');
if (typeof(SRCSI.KD.CMS.Web.Ext.KD.Extensions.KDRSSDataItem) === 'undefined') {
SRCSI.KD.CMS.Web.Ext.KD.Extensions.KDRSSDataItem=gtc("SRCSI.KD.CMS.Web.Ext.KD.Extensions.KDRSSDataItem");
SRCSI.KD.CMS.Web.Ext.KD.Extensions.KDRSSDataItem.registerClass('SRCSI.KD.CMS.Web.Ext.KD.Extensions.KDRSSDataItem');
}
Type.registerNamespace('Evolve.MakoShark.BusinessEntities');
if (typeof(Evolve.MakoShark.BusinessEntities.MarketPriceInfo) === 'undefined') {
Evolve.MakoShark.BusinessEntities.MarketPriceInfo=gtc("Evolve.MakoShark.BusinessEntities.MarketPriceInfo");
Evolve.MakoShark.BusinessEntities.MarketPriceInfo.registerClass('Evolve.MakoShark.BusinessEntities.MarketPriceInfo');
}
Type.registerNamespace('Evolve.MakoShark.Web.KD.Ext.Extensions');
if (typeof(Evolve.MakoShark.Web.KD.Ext.Extensions.MarketPriceDepthJSONInfo) === 'undefined') {
Evolve.MakoShark.Web.KD.Ext.Extensions.MarketPriceDepthJSONInfo=gtc("Evolve.MakoShark.Web.KD.Ext.Extensions.MarketPriceDepthJSONInfo");
Evolve.MakoShark.Web.KD.Ext.Extensions.MarketPriceDepthJSONInfo.registerClass('Evolve.MakoShark.Web.KD.Ext.Extensions.MarketPriceDepthJSONInfo');
}

