CQG API 4.0 - Revised
ItemByGuid Property
See Also  Send Feedback
order_guid
CQGOrders Collection : ItemByGuid Property

Glossary Item Box

Description

Returns the selected order from the collection by its GUID.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByGuid( _
   ByVal order_guid As String _
) As CQGOrder

Parameters

order_guid

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