CQG API 4.0 - Revised
ItemByAbbreviation Property
See Also  Send Feedback
data_source_abbreviation
Data source abbreviation
CQGDataSources Collection : ItemByAbbreviation Property

Glossary Item Box

Description

Returns the CQGDataSource by its abbreviation.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByAbbreviation( _
   ByVal data_source_abbreviation As String _
) As CQGDataSource

Parameters

data_source_abbreviation
Data source abbreviation

Return Type

The corresponding collection item, represented as CQGDataSource object

Remarks

A collection exception will be thrown in case of non-existent data source abbreviation.

See Also