Transactions Property
A list of transactions in an investment statement for the date range ( StartDate and EndDate ) selected.
Syntax
public InvTransactionDetailList getTransactions();
Remarks
This collection is populated when the GetStatement and ReadOFXDataFile methods are called. It should be inspected for each TxIndex = 0 to TxCount - 1.
Each investment bank transaction has a Aggregate, Date, DateSettle, FITID, Memo, Name, SecurityId, SubAccountFund, SubAccountSec, Total, TxType, TypeDescription, UnitPrice, and Units tied to it.
This property is read-only and not available at design time.