1077 lines
32 KiB
C#
1077 lines
32 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.261
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
//
|
|
// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.261.
|
|
//
|
|
#pragma warning disable 1591
|
|
|
|
namespace SEILoader.Adeguatezza {
|
|
using System;
|
|
using System.Web.Services;
|
|
using System.Diagnostics;
|
|
using System.Web.Services.Protocols;
|
|
using System.ComponentModel;
|
|
using System.Xml.Serialization;
|
|
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Web.Services.WebServiceBindingAttribute(Name="AdeguatezzaSoap", Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class Adeguatezza : System.Web.Services.Protocols.SoapHttpClientProtocol {
|
|
|
|
private System.Threading.SendOrPostCallback CensisciPotenzialeOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback SimulazioneOperationCompleted;
|
|
|
|
private bool useDefaultCredentialsSetExplicitly;
|
|
|
|
/// <remarks/>
|
|
public Adeguatezza() {
|
|
this.Url = global::SEILoader.Properties.Settings.Default.SEILoader_Adeguatezza_Adeguatezza;
|
|
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
|
|
this.UseDefaultCredentials = true;
|
|
this.useDefaultCredentialsSetExplicitly = false;
|
|
}
|
|
else {
|
|
this.useDefaultCredentialsSetExplicitly = true;
|
|
}
|
|
}
|
|
|
|
public new string Url {
|
|
get {
|
|
return base.Url;
|
|
}
|
|
set {
|
|
if ((((this.IsLocalFileSystemWebService(base.Url) == true)
|
|
&& (this.useDefaultCredentialsSetExplicitly == false))
|
|
&& (this.IsLocalFileSystemWebService(value) == false))) {
|
|
base.UseDefaultCredentials = false;
|
|
}
|
|
base.Url = value;
|
|
}
|
|
}
|
|
|
|
public new bool UseDefaultCredentials {
|
|
get {
|
|
return base.UseDefaultCredentials;
|
|
}
|
|
set {
|
|
base.UseDefaultCredentials = value;
|
|
this.useDefaultCredentialsSetExplicitly = true;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public event CensisciPotenzialeCompletedEventHandler CensisciPotenzialeCompleted;
|
|
|
|
/// <remarks/>
|
|
public event SimulazioneCompletedEventHandler SimulazioneCompleted;
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSSEI/Adeguatezza/CensisciPotenziale", RequestNamespace="http://bancafideuram.it/WSSEI/Adeguatezza", ResponseNamespace="http://bancafideuram.it/WSSEI/Adeguatezza", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
public CensimentoPotenzialeRes CensisciPotenziale(ChiavePotenziale chiavePotenziale, InfoClient infoClient) {
|
|
object[] results = this.Invoke("CensisciPotenziale", new object[] {
|
|
chiavePotenziale,
|
|
infoClient});
|
|
return ((CensimentoPotenzialeRes)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void CensisciPotenzialeAsync(ChiavePotenziale chiavePotenziale, InfoClient infoClient) {
|
|
this.CensisciPotenzialeAsync(chiavePotenziale, infoClient, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void CensisciPotenzialeAsync(ChiavePotenziale chiavePotenziale, InfoClient infoClient, object userState) {
|
|
if ((this.CensisciPotenzialeOperationCompleted == null)) {
|
|
this.CensisciPotenzialeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCensisciPotenzialeOperationCompleted);
|
|
}
|
|
this.InvokeAsync("CensisciPotenziale", new object[] {
|
|
chiavePotenziale,
|
|
infoClient}, this.CensisciPotenzialeOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnCensisciPotenzialeOperationCompleted(object arg) {
|
|
if ((this.CensisciPotenzialeCompleted != null)) {
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.CensisciPotenzialeCompleted(this, new CensisciPotenzialeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSSEI/Adeguatezza/Simulazione", RequestNamespace="http://bancafideuram.it/WSSEI/Adeguatezza", ResponseNamespace="http://bancafideuram.it/WSSEI/Adeguatezza", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
public SimulazioneRes Simulazione(TipoDettaglioContratto[] ContrattiInput, ChiaveCliente chiaveCliente, InfoClient infoClient) {
|
|
object[] results = this.Invoke("Simulazione", new object[] {
|
|
ContrattiInput,
|
|
chiaveCliente,
|
|
infoClient});
|
|
return ((SimulazioneRes)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SimulazioneAsync(TipoDettaglioContratto[] ContrattiInput, ChiaveCliente chiaveCliente, InfoClient infoClient) {
|
|
this.SimulazioneAsync(ContrattiInput, chiaveCliente, infoClient, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SimulazioneAsync(TipoDettaglioContratto[] ContrattiInput, ChiaveCliente chiaveCliente, InfoClient infoClient, object userState) {
|
|
if ((this.SimulazioneOperationCompleted == null)) {
|
|
this.SimulazioneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSimulazioneOperationCompleted);
|
|
}
|
|
this.InvokeAsync("Simulazione", new object[] {
|
|
ContrattiInput,
|
|
chiaveCliente,
|
|
infoClient}, this.SimulazioneOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnSimulazioneOperationCompleted(object arg) {
|
|
if ((this.SimulazioneCompleted != null)) {
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.SimulazioneCompleted(this, new SimulazioneCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public new void CancelAsync(object userState) {
|
|
base.CancelAsync(userState);
|
|
}
|
|
|
|
private bool IsLocalFileSystemWebService(string url) {
|
|
if (((url == null)
|
|
|| (url == string.Empty))) {
|
|
return false;
|
|
}
|
|
System.Uri wsUri = new System.Uri(url);
|
|
if (((wsUri.Port >= 1024)
|
|
&& (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
|
|
return true;
|
|
}
|
|
return false;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class ChiavePotenziale {
|
|
|
|
private string codiceAgenteField;
|
|
|
|
private string codiceFiscaleField;
|
|
|
|
private string nomeField;
|
|
|
|
private string cognomeField;
|
|
|
|
private string dataNascitaField;
|
|
|
|
private string sessoField;
|
|
|
|
/// <remarks/>
|
|
public string CodiceAgente {
|
|
get {
|
|
return this.codiceAgenteField;
|
|
}
|
|
set {
|
|
this.codiceAgenteField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceFiscale {
|
|
get {
|
|
return this.codiceFiscaleField;
|
|
}
|
|
set {
|
|
this.codiceFiscaleField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Nome {
|
|
get {
|
|
return this.nomeField;
|
|
}
|
|
set {
|
|
this.nomeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Cognome {
|
|
get {
|
|
return this.cognomeField;
|
|
}
|
|
set {
|
|
this.cognomeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string DataNascita {
|
|
get {
|
|
return this.dataNascitaField;
|
|
}
|
|
set {
|
|
this.dataNascitaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Sesso {
|
|
get {
|
|
return this.sessoField;
|
|
}
|
|
set {
|
|
this.sessoField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class ValoriSimulazione {
|
|
|
|
private string codiceContrattoField;
|
|
|
|
private string codiceSottoProdottoField;
|
|
|
|
private string codiceTitoloField;
|
|
|
|
private string codiceISINField;
|
|
|
|
private double vARInizialeField;
|
|
|
|
private double vARProspetticoField;
|
|
|
|
private double vARSottoProdottoField;
|
|
|
|
private double vARContrattoField;
|
|
|
|
private double consistenzaInizialeField;
|
|
|
|
private double consistenzaProspetticaField;
|
|
|
|
private string flagAdeguatezzaPerVARField;
|
|
|
|
private string flagAdeguatezzaPerConcentrazioneField;
|
|
|
|
private string flagAdeguatezzaField;
|
|
|
|
private string flagModuloRiduzioneTutelaField;
|
|
|
|
private string flagProdottoConsulenzaField;
|
|
|
|
private string uRLPDFField;
|
|
|
|
/// <remarks/>
|
|
public string CodiceContratto {
|
|
get {
|
|
return this.codiceContrattoField;
|
|
}
|
|
set {
|
|
this.codiceContrattoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceSottoProdotto {
|
|
get {
|
|
return this.codiceSottoProdottoField;
|
|
}
|
|
set {
|
|
this.codiceSottoProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceTitolo {
|
|
get {
|
|
return this.codiceTitoloField;
|
|
}
|
|
set {
|
|
this.codiceTitoloField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceISIN {
|
|
get {
|
|
return this.codiceISINField;
|
|
}
|
|
set {
|
|
this.codiceISINField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double VARIniziale {
|
|
get {
|
|
return this.vARInizialeField;
|
|
}
|
|
set {
|
|
this.vARInizialeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double VARProspettico {
|
|
get {
|
|
return this.vARProspetticoField;
|
|
}
|
|
set {
|
|
this.vARProspetticoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double VARSottoProdotto {
|
|
get {
|
|
return this.vARSottoProdottoField;
|
|
}
|
|
set {
|
|
this.vARSottoProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double VARContratto {
|
|
get {
|
|
return this.vARContrattoField;
|
|
}
|
|
set {
|
|
this.vARContrattoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double ConsistenzaIniziale {
|
|
get {
|
|
return this.consistenzaInizialeField;
|
|
}
|
|
set {
|
|
this.consistenzaInizialeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double ConsistenzaProspettica {
|
|
get {
|
|
return this.consistenzaProspetticaField;
|
|
}
|
|
set {
|
|
this.consistenzaProspetticaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagAdeguatezzaPerVAR {
|
|
get {
|
|
return this.flagAdeguatezzaPerVARField;
|
|
}
|
|
set {
|
|
this.flagAdeguatezzaPerVARField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagAdeguatezzaPerConcentrazione {
|
|
get {
|
|
return this.flagAdeguatezzaPerConcentrazioneField;
|
|
}
|
|
set {
|
|
this.flagAdeguatezzaPerConcentrazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagAdeguatezza {
|
|
get {
|
|
return this.flagAdeguatezzaField;
|
|
}
|
|
set {
|
|
this.flagAdeguatezzaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagModuloRiduzioneTutela {
|
|
get {
|
|
return this.flagModuloRiduzioneTutelaField;
|
|
}
|
|
set {
|
|
this.flagModuloRiduzioneTutelaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagProdottoConsulenza {
|
|
get {
|
|
return this.flagProdottoConsulenzaField;
|
|
}
|
|
set {
|
|
this.flagProdottoConsulenzaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string URLPDF {
|
|
get {
|
|
return this.uRLPDFField;
|
|
}
|
|
set {
|
|
this.uRLPDFField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class SimulazioneRes {
|
|
|
|
private ValoriSimulazione[] valoriSimulazioneField;
|
|
|
|
private InfoServer infoField;
|
|
|
|
/// <remarks/>
|
|
public ValoriSimulazione[] ValoriSimulazione {
|
|
get {
|
|
return this.valoriSimulazioneField;
|
|
}
|
|
set {
|
|
this.valoriSimulazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public InfoServer info {
|
|
get {
|
|
return this.infoField;
|
|
}
|
|
set {
|
|
this.infoField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class InfoServer {
|
|
|
|
private bool sistemaInAggiornamentoField;
|
|
|
|
private int versioneDBField;
|
|
|
|
private string codiceApplicazioneField;
|
|
|
|
private Errore[] errorsField;
|
|
|
|
/// <remarks/>
|
|
public bool SistemaInAggiornamento {
|
|
get {
|
|
return this.sistemaInAggiornamentoField;
|
|
}
|
|
set {
|
|
this.sistemaInAggiornamentoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int VersioneDB {
|
|
get {
|
|
return this.versioneDBField;
|
|
}
|
|
set {
|
|
this.versioneDBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceApplicazione {
|
|
get {
|
|
return this.codiceApplicazioneField;
|
|
}
|
|
set {
|
|
this.codiceApplicazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Errore[] Errors {
|
|
get {
|
|
return this.errorsField;
|
|
}
|
|
set {
|
|
this.errorsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class Errore {
|
|
|
|
private int codiceErroreField;
|
|
|
|
private int livelloDiSeveritaField;
|
|
|
|
private string messaggioPerUtenteFinaleField;
|
|
|
|
private string descrizioneInternaField;
|
|
|
|
private string stackTraceField;
|
|
|
|
private string codiceReteField;
|
|
|
|
/// <remarks/>
|
|
public int CodiceErrore {
|
|
get {
|
|
return this.codiceErroreField;
|
|
}
|
|
set {
|
|
this.codiceErroreField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int LivelloDiSeverita {
|
|
get {
|
|
return this.livelloDiSeveritaField;
|
|
}
|
|
set {
|
|
this.livelloDiSeveritaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string MessaggioPerUtenteFinale {
|
|
get {
|
|
return this.messaggioPerUtenteFinaleField;
|
|
}
|
|
set {
|
|
this.messaggioPerUtenteFinaleField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string DescrizioneInterna {
|
|
get {
|
|
return this.descrizioneInternaField;
|
|
}
|
|
set {
|
|
this.descrizioneInternaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StackTrace {
|
|
get {
|
|
return this.stackTraceField;
|
|
}
|
|
set {
|
|
this.stackTraceField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceRete {
|
|
get {
|
|
return this.codiceReteField;
|
|
}
|
|
set {
|
|
this.codiceReteField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class ChiaveCliente {
|
|
|
|
private string codiceAgenteField;
|
|
|
|
private string codiceFiscaleField;
|
|
|
|
private string codiceMandatoField;
|
|
|
|
private string codiceAgenteRealeField;
|
|
|
|
private string nomeAgenteRealeField;
|
|
|
|
private string cognomeAgenteRealeField;
|
|
|
|
/// <remarks/>
|
|
public string CodiceAgente {
|
|
get {
|
|
return this.codiceAgenteField;
|
|
}
|
|
set {
|
|
this.codiceAgenteField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceFiscale {
|
|
get {
|
|
return this.codiceFiscaleField;
|
|
}
|
|
set {
|
|
this.codiceFiscaleField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceMandato {
|
|
get {
|
|
return this.codiceMandatoField;
|
|
}
|
|
set {
|
|
this.codiceMandatoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceAgenteReale {
|
|
get {
|
|
return this.codiceAgenteRealeField;
|
|
}
|
|
set {
|
|
this.codiceAgenteRealeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string NomeAgenteReale {
|
|
get {
|
|
return this.nomeAgenteRealeField;
|
|
}
|
|
set {
|
|
this.nomeAgenteRealeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CognomeAgenteReale {
|
|
get {
|
|
return this.cognomeAgenteRealeField;
|
|
}
|
|
set {
|
|
this.cognomeAgenteRealeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class TipoDettaglioContratto {
|
|
|
|
private string codiceContrattoField;
|
|
|
|
private string tipologiaContrattoField;
|
|
|
|
private string codiceProdottoField;
|
|
|
|
private string codiceSottoProdottoField;
|
|
|
|
private string descrizioneSottoProdottoField;
|
|
|
|
private string tipoProdottoField;
|
|
|
|
private string codiceISINField;
|
|
|
|
private string codiceISINProxyField;
|
|
|
|
private string codiceTitoloField;
|
|
|
|
private string codiceTipoAssetField;
|
|
|
|
private string contoField;
|
|
|
|
private string custodiaGaranziaField;
|
|
|
|
private string flagPCTField;
|
|
|
|
private int codiceTipoOperazioneField;
|
|
|
|
private string descrizioneTipoOperazioneField;
|
|
|
|
private double valoreCTVField;
|
|
|
|
private double valorePluriField;
|
|
|
|
private double quantitaOValoreNominaleField;
|
|
|
|
private string codiceDivisaField;
|
|
|
|
private string flagCoveredWarrantField;
|
|
|
|
/// <remarks/>
|
|
public string CodiceContratto {
|
|
get {
|
|
return this.codiceContrattoField;
|
|
}
|
|
set {
|
|
this.codiceContrattoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string TipologiaContratto {
|
|
get {
|
|
return this.tipologiaContrattoField;
|
|
}
|
|
set {
|
|
this.tipologiaContrattoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceProdotto {
|
|
get {
|
|
return this.codiceProdottoField;
|
|
}
|
|
set {
|
|
this.codiceProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceSottoProdotto {
|
|
get {
|
|
return this.codiceSottoProdottoField;
|
|
}
|
|
set {
|
|
this.codiceSottoProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string DescrizioneSottoProdotto {
|
|
get {
|
|
return this.descrizioneSottoProdottoField;
|
|
}
|
|
set {
|
|
this.descrizioneSottoProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string TipoProdotto {
|
|
get {
|
|
return this.tipoProdottoField;
|
|
}
|
|
set {
|
|
this.tipoProdottoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceISIN {
|
|
get {
|
|
return this.codiceISINField;
|
|
}
|
|
set {
|
|
this.codiceISINField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceISINProxy {
|
|
get {
|
|
return this.codiceISINProxyField;
|
|
}
|
|
set {
|
|
this.codiceISINProxyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceTitolo {
|
|
get {
|
|
return this.codiceTitoloField;
|
|
}
|
|
set {
|
|
this.codiceTitoloField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceTipoAsset {
|
|
get {
|
|
return this.codiceTipoAssetField;
|
|
}
|
|
set {
|
|
this.codiceTipoAssetField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Conto {
|
|
get {
|
|
return this.contoField;
|
|
}
|
|
set {
|
|
this.contoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CustodiaGaranzia {
|
|
get {
|
|
return this.custodiaGaranziaField;
|
|
}
|
|
set {
|
|
this.custodiaGaranziaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagPCT {
|
|
get {
|
|
return this.flagPCTField;
|
|
}
|
|
set {
|
|
this.flagPCTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int CodiceTipoOperazione {
|
|
get {
|
|
return this.codiceTipoOperazioneField;
|
|
}
|
|
set {
|
|
this.codiceTipoOperazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string DescrizioneTipoOperazione {
|
|
get {
|
|
return this.descrizioneTipoOperazioneField;
|
|
}
|
|
set {
|
|
this.descrizioneTipoOperazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double ValoreCTV {
|
|
get {
|
|
return this.valoreCTVField;
|
|
}
|
|
set {
|
|
this.valoreCTVField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double ValorePluri {
|
|
get {
|
|
return this.valorePluriField;
|
|
}
|
|
set {
|
|
this.valorePluriField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double QuantitaOValoreNominale {
|
|
get {
|
|
return this.quantitaOValoreNominaleField;
|
|
}
|
|
set {
|
|
this.quantitaOValoreNominaleField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceDivisa {
|
|
get {
|
|
return this.codiceDivisaField;
|
|
}
|
|
set {
|
|
this.codiceDivisaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FlagCoveredWarrant {
|
|
get {
|
|
return this.flagCoveredWarrantField;
|
|
}
|
|
set {
|
|
this.flagCoveredWarrantField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class CensimentoPotenzialeRes {
|
|
|
|
private bool esitoOperazioneField;
|
|
|
|
private InfoServer infoField;
|
|
|
|
/// <remarks/>
|
|
public bool EsitoOperazione {
|
|
get {
|
|
return this.esitoOperazioneField;
|
|
}
|
|
set {
|
|
this.esitoOperazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public InfoServer Info {
|
|
get {
|
|
return this.infoField;
|
|
}
|
|
set {
|
|
this.infoField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSSEI/Adeguatezza")]
|
|
public partial class InfoClient {
|
|
|
|
private string codiceApplicazioneField;
|
|
|
|
private int versioneDatabaseSIMPBField;
|
|
|
|
private string codiceReteField;
|
|
|
|
/// <remarks/>
|
|
public string CodiceApplicazione {
|
|
get {
|
|
return this.codiceApplicazioneField;
|
|
}
|
|
set {
|
|
this.codiceApplicazioneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int VersioneDatabaseSIMPB {
|
|
get {
|
|
return this.versioneDatabaseSIMPBField;
|
|
}
|
|
set {
|
|
this.versioneDatabaseSIMPBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CodiceRete {
|
|
get {
|
|
return this.codiceReteField;
|
|
}
|
|
set {
|
|
this.codiceReteField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
|
|
public delegate void CensisciPotenzialeCompletedEventHandler(object sender, CensisciPotenzialeCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class CensisciPotenzialeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
private object[] results;
|
|
|
|
internal CensisciPotenzialeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState) {
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public CensimentoPotenzialeRes Result {
|
|
get {
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((CensimentoPotenzialeRes)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
|
|
public delegate void SimulazioneCompletedEventHandler(object sender, SimulazioneCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SimulazioneCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
private object[] results;
|
|
|
|
internal SimulazioneCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState) {
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public SimulazioneRes Result {
|
|
get {
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((SimulazioneRes)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591 |