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


Description
The UpdateAllQuotes method requests updated quote data for all tickers in the list.

Syntax
long result = UpdateAllQuotes();

The UpdateAllQuotes syntax has these parts:

 Part

Description

value

A long integer containing 0 if the update request was acknowledged by the server and an error code if not.

Remarks
Successful completion of this method does not mean the list has been updated, only that the NewsEdge Server has acknowledged the request. The list will be updated when the quote data has been received from the server.

After a ticker has been added, you should wait for the TickerAdded event before calling UpdateAllQuotes.

See Also: AddTicker UpdatedTickers TickerAdded

Back to: Quote Methods