Information about the trading account.
More...
#include <objects.hpp>
|
|
int64_t | login |
| | Account login number.
|
| |
|
int32_t | trade_mode |
| | Account trade mode (Demo, Real, Contest)
|
| |
|
int64_t | leverage |
| | Account leverage.
|
| |
|
int32_t | limit_orders |
| | Max allowed pending orders.
|
| |
|
int32_t | margin_so_mode |
| | Margin stop-out mode.
|
| |
|
bool | trade_allowed |
| | True if trading allowed for account.
|
| |
|
bool | trade_expert |
| | True if EAs are allowed to trade.
|
| |
|
int32_t | margin_mode |
| | Margin calculation mode (Hedging/Netting)
|
| |
|
int32_t | currency_digits |
| | Digits of account currency.
|
| |
|
bool | fifo_close |
| | True if FIFO closing is required.
|
| |
|
double | balance |
| | Account balance.
|
| |
|
double | credit |
| | Account credit.
|
| |
|
double | profit |
| | Current floating profit.
|
| |
|
double | equity |
| | Account equity.
|
| |
|
double | margin |
| | Used margin.
|
| |
|
double | margin_free |
| | Free margin.
|
| |
|
double | margin_level |
| | Margin level percentage.
|
| |
|
double | margin_so_call |
| | Margin call level.
|
| |
|
double | margin_so_so |
| | Stop-out level.
|
| |
|
double | margin_initial |
| | Initial margin requirement.
|
| |
|
double | margin_maintenance |
| | Maintenance margin requirement.
|
| |
|
double | assets |
| | Current assets.
|
| |
|
double | liabilities |
| | Current liabilities.
|
| |
|
double | commission_blocked |
| | Blocked commission.
|
| |
|
std::string | name |
| | Client name.
|
| |
|
std::string | server |
| | Trade server name.
|
| |
|
std::string | currency |
| | Account currency.
|
| |
|
std::string | company |
| | Broker company name.
|
| |
Information about the trading account.
The documentation for this struct was generated from the following file: