CQG API 4.0 - Revised
RemoveInstrumentsGroup Method
See Also  Send Feedback
instruments_group

Instruments group to be removed, represented as CQGInstrumentsGroup

CQGCEL Interface : RemoveInstrumentsGroup Method

Glossary Item Box

Description

Removes a group of instruments.

Syntax

Visual Basic
Public Sub RemoveInstrumentsGroup( _
   ByVal instruments_group As CQGInstrumentsGroup _
) 

Parameters

instruments_group

Instruments group to be removed, represented as CQGInstrumentsGroup

Remarks

This is a synchronous request.

It is possible to access all resolved instrument groups via CQGCEL.AllInstrumentsGroups Property.

See Also