CQG API 4.0 - Revised
ePositionDetailing Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Defines the level of position information detailing.

Members

MemberValueDescription
pdAllTrades2Information on both open and matched trades will be provided.

The information will be stored in the OpenTrades and MatchedTrades collections of each position.

pdNoTrades0No trade information will be provided.

This is the default value.

pdOpenTrades1Open trades information will be provided.

The information will be stored in the OpenTrades collection of each position.

Remarks

This value can be set from the configuration PositionDetailing property and is one for all positions of all accounts.

See Also