InvestmentTransactionList

InvestmentTransactionList class

Clase de lista de transacciones de inversión.

public class InvestmentTransactionList

Constructores

Nombre Descripción
InvestmentTransactionList() Inicializa una nueva instancia deInvestmentTransactionList clase.

Propiedades

Nombre Descripción
EndDate { get; set; } Obtiene o establece la fecha de finalización de los datos de transacción.
InvestmentBankTransactions { get; set; } Obtiene o establece la colección deInvestmentBankTransaction .
InvestmentTransactions { get; set; } Obtiene o establece la colección deBuyDebt oBuyMutualFund oBuyOption oBuyOther oBuyStock oClosureOption oIncome oInvestmentExpense oJournalFund oJournalSecurity oMarginInterest oReinvest oReturnOfCapital oSellDebt oSellMutualFund oSellOption oSellOther oSellStock oSplit oTransfer .
StartDate { get; set; } Obtiene o establece la fecha de inicio de los datos de transacción.

Ver también