AssetClassManager

The AssetClassManager object allows scripts to query the currently defined asset classes for the current document.  To get a reference to the AssetClassManager object, call Application.GetObject("AssetClassManager").

Properties:

AssetClasses

Type: Collection of strings

 

The AssetClasses property is a collection of asset class names defined in the current document.  The asset class names can be used to query Ticker objects for their membership in a given asset class.

Methods:

None

 

Requirements: Personal Stock Streamer 7.0.1 or later.