CQG API 4.0 - Revised
Transactions Property
See Also  Send Feedback
CQGOrder Interface : Transactions Property

Glossary Item Box

Description

Returns all transactions of the order.

Property type

Read-only property

Syntax

Visual Basic
Public Property Transactions As CQGTransactions

Return Type

Order's transactions, represented as CQGTransactions

Example

See the usage of CQGOrder properties in the OrderChanged event's example section.

See Also