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

Glossary Item Box

Description

Returns the last event of the order.

Property type

Read-only property

Syntax

Visual Basic
Public Property LastEvent As eOrderEvent

Return Type

The last event of the order represented as eOrderEvent.

Example

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

See Also