InvestmentTransactionList
InvestmentTransactionList class
投资交易清单类
public class InvestmentTransactionList
构造函数
姓名 | 描述 |
---|---|
InvestmentTransactionList() | 初始化一个新的实例InvestmentTransactionList 类. |
特性
姓名 | 描述 |
---|---|
EndDate { get; set; } | 获取或设置交易数据的结束日期。 |
InvestmentBankTransactions { get; set; } | 获取或设置的集合InvestmentBankTransaction . |
InvestmentTransactions { get; set; } | 获取或设置的集合BuyDebt 或者BuyMutualFund 或者BuyOption 或者BuyOther 或者BuyStock 或ClosureOption 或者Income 或者InvestmentExpense 或者JournalFund 或者JournalSecurity 或MarginInterest 或者Reinvest 或者ReturnOfCapital 或者SellDebt 或者SellMutualFund 或SellOption 或者SellOther 或者SellStock 或者Split 或者Transfer . |
StartDate { get; set; } | 获取或设置交易数据的开始日期。 |