public ImportaRequest( Gradual.OMS.InvXX.Fundos.OperacaoCotista.ValidateLogin ValidateLogin, int IdCotista, int IdCarteira, System.DateTime DataOperacao, System.Nullable <System.DateTime> DataConversao, System.Nullable <System.DateTime> DataLiquidacao, byte TipoOperacao, byte TipoResgate, decimal Quantidade, decimal CotaOperacao, decimal ValorBruto, decimal ValorLiquido, decimal ValorIR, decimal ValorIOF, decimal ValorPerformance, decimal RendimentoResgate) { this.ValidateLogin = ValidateLogin; this.IdCotista = IdCotista; this.IdCarteira = IdCarteira; this.DataOperacao = DataOperacao; this.DataConversao = DataConversao; this.DataLiquidacao = DataLiquidacao; this.TipoOperacao = TipoOperacao; this.TipoResgate = TipoResgate; this.Quantidade = Quantidade; this.CotaOperacao = CotaOperacao; this.ValorBruto = ValorBruto; this.ValorLiquido = ValorLiquido; this.ValorIR = ValorIR; this.ValorIOF = ValorIOF; this.ValorPerformance = ValorPerformance; this.RendimentoResgate = RendimentoResgate; }
public ExportaRequest(Gradual.OMS.InvXX.Fundos.OperacaoCotista.ValidateLogin ValidateLogin, System.Nullable <int> IdOperacao, System.Nullable <int> IdCotista, System.Nullable <int> IdCarteira, System.Nullable <System.DateTime> DataOperacao) { this.ValidateLogin = ValidateLogin; this.IdOperacao = IdOperacao; this.IdCotista = IdCotista; this.IdCarteira = IdCarteira; this.DataOperacao = DataOperacao; }
public Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotista[] Exporta(Gradual.OMS.InvXX.Fundos.OperacaoCotista.ValidateLogin ValidateLogin, System.Nullable <int> IdOperacao, System.Nullable <int> IdCotista, System.Nullable <int> IdCarteira, System.Nullable <System.DateTime> DataOperacao) { Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaRequest inValue = new Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaRequest(); inValue.ValidateLogin = ValidateLogin; inValue.IdOperacao = IdOperacao; inValue.IdCotista = IdCotista; inValue.IdCarteira = IdCarteira; inValue.DataOperacao = DataOperacao; Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotistaWSSoap)(this)).Exporta(inValue); return(retVal.ExportaResult); }
public Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotistaViewModel Importa( Gradual.OMS.InvXX.Fundos.OperacaoCotista.ValidateLogin ValidateLogin, int IdCotista, int IdCarteira, System.DateTime DataOperacao, System.Nullable <System.DateTime> DataConversao, System.Nullable <System.DateTime> DataLiquidacao, byte TipoOperacao, byte TipoResgate, decimal Quantidade, decimal CotaOperacao, decimal ValorBruto, decimal ValorLiquido, decimal ValorIR, decimal ValorIOF, decimal ValorPerformance, decimal RendimentoResgate) { Gradual.OMS.InvXX.Fundos.OperacaoCotista.ImportaRequest inValue = new Gradual.OMS.InvXX.Fundos.OperacaoCotista.ImportaRequest(); inValue.ValidateLogin = ValidateLogin; inValue.IdCotista = IdCotista; inValue.IdCarteira = IdCarteira; inValue.DataOperacao = DataOperacao; inValue.DataConversao = DataConversao; inValue.DataLiquidacao = DataLiquidacao; inValue.TipoOperacao = TipoOperacao; inValue.TipoResgate = TipoResgate; inValue.Quantidade = Quantidade; inValue.CotaOperacao = CotaOperacao; inValue.ValorBruto = ValorBruto; inValue.ValorLiquido = ValorLiquido; inValue.ValorIR = ValorIR; inValue.ValorIOF = ValorIOF; inValue.ValorPerformance = ValorPerformance; inValue.RendimentoResgate = RendimentoResgate; Gradual.OMS.InvXX.Fundos.OperacaoCotista.ImportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotistaWSSoap)(this)).Importa(inValue); return(retVal.ImportaResult); }