Click here for NewsObjects Overview
FindTicker Method (Utility Control)
Windows - Visual C++


Description
The FindTicker method retrieves the ticker code for a company name. 

Syntax
long result = FindTicker(LPCTSTR szCompany);

The FindTicker syntax has these parts:

Part

Description

companyName

A String containing the company name.

result

Return value. A long integer containing 0 if successful and 1 if not.

Remarks
After the FindTicker method is called, the retrieved ticker code is stored in the TickerName property.

See Also: TickerName

Back to: Utility Methods