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

Glossary Item Box

Description

Returns the type of the order.

Property type

Read-only property

Syntax

Visual Basic
Public Property Type As eOrderType

Return Type

Order type, represented as eOrderType

Remarks

The order type is set once upon creation and cannot be modified later.

See eOrderProperty Enumeration for details.

Example

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

See Also