InvestmentTransactionList

InvestmentTransactionList class

Investment transaction list class.

public class InvestmentTransactionList

Constructors

NameDescription
InvestmentTransactionList()Initializes a new instance of InvestmentTransactionList class.

Properties

NameDescription
EndDate { get; set; }Gets or sets the end date for transaction data.
InvestmentBankTransactions { get; set; }Gets or sets the collection of InvestmentBankTransaction.
InvestmentTransactions { get; set; }Gets or sets the collection of BuyDebt or BuyMutualFund or BuyOption or BuyOther or BuyStock or ClosureOption or Income or InvestmentExpense or JournalFund or JournalSecurity or MarginInterest or Reinvest or ReturnOfCapital or SellDebt or SellMutualFund or SellOption or SellOther or SellStock or Split or Transfer.
StartDate { get; set; }Gets or sets the start date for transaction data.

See Also