Type.registerNamespace('SE.SVC');
SE.SVC.Charts=function() {
SE.SVC.Charts.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SE.SVC.Charts.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SE.SVC.Charts._staticInstance.get_path();},
GetStrategyDescRange:function(sStrategyId,sFrom,sTo,succeededCallback, failedCallback, userContext) {
/// <param name="sStrategyId" type="String">System.String</param>
/// <param name="sFrom" type="String">System.String</param>
/// <param name="sTo" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStrategyDescRange',true,{sStrategyId:sStrategyId,sFrom:sFrom,sTo:sTo},succeededCallback,failedCallback,userContext); },
GetPortfolioDesc:function(sPortfolioId,sFrom,sTo,succeededCallback, failedCallback, userContext) {
/// <param name="sPortfolioId" type="String">System.String</param>
/// <param name="sFrom" type="String">System.String</param>
/// <param name="sTo" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPortfolioDesc',true,{sPortfolioId:sPortfolioId,sFrom:sFrom,sTo:sTo},succeededCallback,failedCallback,userContext); }}
SE.SVC.Charts.registerClass('SE.SVC.Charts',Sys.Net.WebServiceProxy);
SE.SVC.Charts._staticInstance = new SE.SVC.Charts();
SE.SVC.Charts.set_path = function(value) {
SE.SVC.Charts._staticInstance.set_path(value); }
SE.SVC.Charts.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SE.SVC.Charts._staticInstance.get_path();}
SE.SVC.Charts.set_timeout = function(value) {
SE.SVC.Charts._staticInstance.set_timeout(value); }
SE.SVC.Charts.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SE.SVC.Charts._staticInstance.get_timeout(); }
SE.SVC.Charts.set_defaultUserContext = function(value) { 
SE.SVC.Charts._staticInstance.set_defaultUserContext(value); }
SE.SVC.Charts.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SE.SVC.Charts._staticInstance.get_defaultUserContext(); }
SE.SVC.Charts.set_defaultSucceededCallback = function(value) { 
 SE.SVC.Charts._staticInstance.set_defaultSucceededCallback(value); }
SE.SVC.Charts.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SE.SVC.Charts._staticInstance.get_defaultSucceededCallback(); }
SE.SVC.Charts.set_defaultFailedCallback = function(value) { 
SE.SVC.Charts._staticInstance.set_defaultFailedCallback(value); }
SE.SVC.Charts.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SE.SVC.Charts._staticInstance.get_defaultFailedCallback(); }
SE.SVC.Charts.set_path("/SVC/Charts.asmx");
SE.SVC.Charts.GetStrategyDescRange= function(sStrategyId,sFrom,sTo,onSuccess,onFailed,userContext) {
/// <param name="sStrategyId" type="String">System.String</param>
/// <param name="sFrom" type="String">System.String</param>
/// <param name="sTo" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
SE.SVC.Charts._staticInstance.GetStrategyDescRange(sStrategyId,sFrom,sTo,onSuccess,onFailed,userContext); }
SE.SVC.Charts.GetPortfolioDesc= function(sPortfolioId,sFrom,sTo,onSuccess,onFailed,userContext) {
/// <param name="sPortfolioId" type="String">System.String</param>
/// <param name="sFrom" type="String">System.String</param>
/// <param name="sTo" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
SE.SVC.Charts._staticInstance.GetPortfolioDesc(sPortfolioId,sFrom,sTo,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SE.Common');
if (typeof(SE.Common.StrategyDisplayDetails) === 'undefined') {
SE.Common.StrategyDisplayDetails=gtc("SE.Common.StrategyDisplayDetails");
SE.Common.StrategyDisplayDetails.registerClass('SE.Common.StrategyDisplayDetails');
}
if (typeof(SE.Common.PortfolioDisplayDetails) === 'undefined') {
SE.Common.PortfolioDisplayDetails=gtc("SE.Common.PortfolioDisplayDetails");
SE.Common.PortfolioDisplayDetails.registerClass('SE.Common.PortfolioDisplayDetails');
}

