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

Glossary Item Box

Description

Identifies if current order is external for this instance of CQG API.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsExternal As Boolean

Return Type

True if the order is external, False otherwise.

Remarks

See the remarks section of Orders Property for description of external orders.

Example

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

See Also