CQG API 4.0 - Revised
PositionDetailing Property
See Also  Send Feedback
CQGAPIConfig Interface : PositionDetailing Property

Glossary Item Box

Description

This property specifies the position detailing level of accounts, i.e. the amount of information on trades that user wants to receive.

The default value is pdNoTrades.

Property type

Read-write property

Syntax

Visual Basic
Public Property PositionDetailing As ePositionDetailing

Return Type

The detailing represented as ePositionDetailing

Remarks

This setting does not control the events, it only controls the provided information. It means that if an account's PositionSubcriptionLevel Property is set to pslNoPositions, user will not get any trade information either.

For details on position detailing see description of ePositionDetailing Enumeration.

Example

See the usage of PositionDetailing property in the AccountChanged event's example section.

See Also