CQG API 4.0 - Revised
AveragePrice Property
See Also  Send Feedback
CQGPosition Interface : AveragePrice Property

Glossary Item Box

Description

Returns the average price of position's open trades.

Property type

Read-only property

Syntax

Visual Basic
Public Property AveragePrice As Double

Return Type

The average price represented as Double

Example

See the usage of CQGPosition properties in the AccountChanged event's example section.

See Also