CQG API 4.0 - Revised
Summary Property
See Also  Send Feedback
CQGAccount Interface : Summary Property

Glossary Item Box

Description

Returns the account summary calculated based on account's positions.

Property type

Read-only property

Syntax

Visual Basic
Public Property Summary As CQGAccountSummary

Return Type

Account summary represented as CQGAccountSummary

Remarks

This property is calculated based on the account's existing summaries for different currencies, converted to the account’s reporting currency.

Each currency’s summary is adjusted by the currency rate to the reporting currency of current FCM, and then summed up.

Note: All the calculations will return invalid values, if at least one position’s instrument is not subscribed yet or there is no information on currency rates.

Example

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

See Also