This object represents a summary record for current holdings for a particular ticker. These objects are read-only and can only be created by applying transactions to a ticker.
Parent (read-only)
type: Ticker object
Description: Returns the ticker object that is the parent of this summary record. (Requires PSS 7.1)
GetProperty(name)
name: String
Returns: Variant
Description: Get the value of the named property for this records.
Valid properties are: Date, Shares, Price, Commission, AvgCost, Currency, TotalCost, TotalValue, Age.
SetProperty(name, value)
name: String
value: Variant
Description: This method is defined but not functional for CurrentHoldings objects because they are read-only.