Account.AccountId | int | Unique account identifier |
Account.TradePermission | short | Flag whether trading on this account is allowed 0 - false 1 - true |
Account.Leverage | Int | Amount of leverage |
Account.MaxOrdersCount | int | Maximum number of orders for this account |
Account.SumDeals | double | Total amount of funds for all transactions in account currency |
Account.IsDemo | short | Flag whether the account is demo 0 - false 1 - true |
Account.Balance | double | Amount of incoming funds and profit on open positions in account currency |
Account.Equity | double | Funds on the account (in account currency) |
Account.FreeEquity | double | Free funds on the account (in account currency) |
Account.Profit | double | Profit on all positions and deals (in account currency |
Account.Margin | double | Funds required to secure open positions. In account currency. |
Account.MinLot | double | Minimum lot volume |