CQG API 4.0 - Revised
RequestDataSources Method
See Also  Send Feedback
CQGCEL Interface : RequestDataSources Method

Glossary Item Box

Description

Starts an asynchronous query for data sources.

Syntax

Visual Basic
Public Sub RequestDataSources() 

Remarks

The outcome of the request, as well as any errors, are reported via the DataSourcesResolved event, which is fired only once per request.

Returned data sources are the financial data providers available in CQGIC.

Example

See the usage of RequestDataSources method in the DataSourcesResolved event's example section.

See Also