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


Description
The ShowSearchTickers method displays a dialog box requesting a list of ticker symbols.

Syntax
long result = ShowSearchTickers();

The ShowSearchTickers syntax has these parts:

 Part

Description

Result

Return value. A long integer containing 0 if the user clicked the OK button and -1 if the user clicked the Cancel button.

Remarks

See Also: SearchCriteria TickerSearchString SymbologyType TickersSearchDlgTitle

Back to: Utility Methods