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
IReadOnlyDictionary<ICurrency, IBalance> Balances { get; }
ReadOnly Property Balances As IReadOnlyDictionary(Of ICurrency, IBalance)
Get
property IReadOnlyDictionary<ICurrency^, IBalance^>^ Balances {
IReadOnlyDictionary<ICurrency^, IBalance^>^ get ();
}
Property Value
Type:
IReadOnlyDictionaryICurrency,
IBalance
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.
Reference