Click here for NewsObjects Overview
Ticker Property
Windows - Visual C++


Description
The Ticker property returns or sets the list of ticker symbols which will be displayed at the bottom of a story. The maximum number of characters is 109.

Syntax
CString GetTicker();
void SetTicker(LPCTSTR);

The Ticker syntax has these parts:

Part

Description

value

A String containing the list of ticker symbols.

See Also: ShowPublisher SendStory

Back to: Publisher Properties