InvestmentTransactionList

InvestmentTransactionList class

Clase de lista de transacciones de inversión.

public class InvestmentTransactionList

Constructores

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

Propiedades

NombreDescripció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