Securities Property
A list of securities in an investment statement for the date range ( StartDate and EndDate ) selected.
Syntax
public SecurityDetailList getSecurities();
Remarks
This collection is populated when the GetStatement and ReadOFXDataFile methods are called. It should be inspected for each SecIndex = 0 to SecCount - 1.
Each investment security has a Aggregate, AssetClass, FITID, Memo, Name, SecType, SecurityId, Ticker, UnitPrice, Yield, and TypeDescription tied to it.
This property is read-only and not available at design time.