IAccountBalances Property

GF API Documentation
Account balance and profit/loss data (see IBalance) per each ICurrency available for the account.

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IReadOnlyDictionary<ICurrency, IBalance> Balances { get; }

Property Value

Type: IReadOnlyDictionaryICurrency, IBalance
Remarks

Balances collection holds balance and p/l data for USD currency and also for any other currency with non-zero balance or p/l. Sum of all values for all currencies can be found in TotalBalance property.
See Also

Reference