CQG API 4.0 - Revised
Side Property
See Also  Send Feedback
leg_
The leg to get data for
CQGFill Interface : Side Property

Glossary Item Box

Description

Returns the side of fill's leg.

Property type

Read-only property

Syntax

Visual Basic
Public Property Side( _
   Optional ByVal leg_ As Long = 0 _
) As eOrderSide

Parameters

leg_
The leg to get data for

Return Type

The side of the leg represented as eOrderSide..

The value will be osdUndefined if UseOrderSide setting of CQG API Configuration is set to False.

Remarks

This property is valid for legs and for the whole CQGFill as well.

Example

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

See Also