Table of Contents

Class InvestmentTransactionList

Namespace
Tudormobile.QIFLibrary.Entities
Assembly
Tudormobile.QIFLibrary.dll

A collection of investment transactions.

public class InvestmentTransactionList
Inheritance
InvestmentTransactionList
Inherited Members

Properties

End

End date and time of the transaction period.

public DateTime End { get; set; }

Property Value

DateTime

Items

Transaction items.

public IList<InvestmentTransaction> Items { get; }

Property Value

IList<InvestmentTransaction>

Start

Start date and time of the transaction period.

public DateTime Start { get; set; }

Property Value

DateTime