GetTickerText Method (Story Control)
Windows - Visual C++
Description
The GetTickerText method returns a
1 based index ticker code.
Syntax
CString text = GetTickerText(long n);
The GetTickerText syntax has these parts:
Part |
Description |
n |
A long integer from 1 to TickerCount indicating which unique ticker code string to return. |
text |
A String which receives the text of the specified ticker code. |
See Also: TickerCount SubjectCount
Back to: Story Methods