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

Glossary Item Box

Description

Identifies if current order status is final.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsFinal As Boolean

Return Type

True if the order status is final, False otherwise.

Remarks

The order is final if its GWStatus value is one of the following:

  • osRejectGW
  • osRejectFCM
  • osExpired
  • osCanceled
  • osFilled
  • osBusted
  • osParked
  • osInTransitTimeout

Example

See the usage of IsFinal property in the OnQueryProgress event's example section.

See Also