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

Glossary Item Box

Description

Returns the last error that occurred in this order.

Property type

Read-only property

Syntax

Visual Basic
Public Property LastError As CQGError

Return Type

The last error represented as CQGError object.

Remarks

While there is no error the value of this property remains Nothing.

Example

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

See Also