OEC Application Programming Interface

Account.Balances Property

Account balance and profit/loss data (see Balance) per each Currency available for the account.

public BalanceList Balances {get;}

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

Account Class | OEC.API Namespace | Balance | TotalBalance