CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
order_id
CQGOrders Collection : Item Property

Glossary Item Box

Description

Returns the selected order from the collection by its Gateway identifier.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal order_id As String _
) As CQGOrder

Parameters

order_id

Return Type

If the order exists in the collection, this property returns the selected order represented as CQGOrder object.

If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.

Example

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

See Also