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


Description
The FindCompany method retrieves the company name from the ticker code.  

Syntax
long result = FindCompany(LPCTSTR szTicker);

The FindCompany syntax has these parts:

Part

Description

tickerCode

A String containing the ticker code.

result

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

Remarks
After the FindCompany method is called, the retrieved company name is stored in the CompanyName property.

See Also: CompanyName

Back to: Utility Methods