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

Glossary Item Box

Description

Gets/sets the side of the order.

Property type

Read-write property

Syntax

Visual Basic
Public Property Side As eOrderSide

Return Type

Order side represented as eOrderSide

Remarks

This property becomes read-only after the order is placed.

If the UseOrderSide configuration setting is set to False, this property value will be osdUndefined.

Example

See the usage of Side property in the OrderChanged event's example section.

See Also