CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
id_
CQGTransactions Collection : Item Property

Glossary Item Box

Description

Returns a transaction by its CQGTransaction.Id.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal id_ As String _
) As CQGTransaction

Parameters

id_

Return Type

Transaction object, represented as CQGTransaction.

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

Remarks

A collection exception will be thrown if no transaction exists with the specified identifier.

See Also