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

Glossary Item Box

Description

Returns the order availability for cancellation.

Property type

Read-only property

Syntax

Visual Basic
Public Property CanBeCanceled As Boolean

Return Type

True if the order can be cancelled, False otherwise.

Remarks

The order can be cancelled if its status is osInOrderBook, osParked, osContingent, or osBusted.

See Also