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

Glossary Item Box

Description

The side of the order.

Property type

Read-only property

Syntax

Visual Basic
Public Property Side As eOrderSide

Return Type

Order side, represented as eOrderSide

Remarks

If the setting of CQGAPIConfig.UseOrderSide is set to False, the side of the order should be given via CQGAlgorithmicOrderParameters.Quantity property sign.

See Also