CQG API 4.0 - Revised
SelectByInstrumentName Method
See Also  Send Feedback
instrument_name

Instrument name that will be used as the selection criteria, represented as String

CQGOrders Collection : SelectByInstrumentName Method

Glossary Item Box

Description

Returns a sub-collection of current orders collection, filtered by order instrument full name.

Syntax

Visual Basic
Public Function SelectByInstrumentName( _
   ByVal instrument_name As String _
) As CQGOrders

Parameters

instrument_name

Instrument name that will be used as the selection criteria, represented as String

Return Type

A CQGOrders collection consisting of orders with the same InstrumentName that are picked from the current orders collection.

Example

See the usage of CQGOrders methods in the PrepareModify method's example section.

See Also