Returns the account summary calculated based on account's positions.
Read-only property
Visual Basic |
---|
Public Property Summary As CQGAccountSummary |
Account summary represented as CQGAccountSummary
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.
See the usage of Summary property in the AccountChanged event's example section.