Click here for NewsObjects Overview
Run Method (Quote Control)
Windows - Visual C++


Description
The Run method tells the Quote Control to send a notification to the NewsEdge Server indicating that it should either initialize or terminate quote information access for this user.

Syntax
long result = Run(BOOL bStart);

The Run syntax has these parts:

Part

Description

bStart

A boolean indicating whether to initialize, if TRUE, or terminate, if FALSE, quote information access.

result

A long integer with the value 0 if the call completed successfully or an error code if the call failed.

Remarks
This method must have been successfully called with an argument of TRUE before the AddTicker, DeleteSelectedTicker, or UpdateAllQuotes methods can be called.

See Also: Running

Back to: Quote Methods