Click here for NewsObjects Overview
TickerCount Property (Story Control)
Windows - Visual C++


Description
The TickerCount property returns the number of unique ticker codes in the story.

TickerCount property is read-only.

Syntax
long lTickerCount = GetTickerCount ();

The GetTickerCount syntax has these parts:

Part

Description

lTickerCount

Long value set to the number of unique ticker codes in a story.

Remarks

Ticker codes are found in the meta-data of a story. These codes are preceded by the keyword "TICKER:"

See Also: SubjectCount 

Back to: Story Properties