| group |
std::string |
Group name |
| enable |
int |
Is the group enabled |
| timeout |
int |
Trade confirmation timeout |
| otp_mode |
int |
One-time password (OTP) mode |
| company |
std::string |
Company name |
| signature |
std::string |
Report signature |
| support_page |
std::string |
Support page |
| smtp_server |
std::string |
SMTP server |
| smtp_login |
std::string |
SMTP login |
| smtp_password |
std::string |
SMTP password |
| support_email |
std::string |
Support email |
| templates |
std::string |
Reports templates directory |
| copies |
int |
Number of report copies |
| reports |
int |
Are reports enabled |
| default_leverage |
int |
Default leverage |
| default_deposit |
double |
Default deposit |
| maxsecurities |
int |
Maximum number of instruments |
| secgroups |
std::unordered_map |
Symbol group trading settings |
| secmargins |
std::unordered_map |
Symbol margin settings |
| secmargins_total |
int |
Number of special margin settings |
| currency |
std::string |
Account currency |
| credit |
double |
Virtual credit |
| margin_call |
int |
Margin Call level |
| margin_mode |
int |
Margin mode (default: MARGIN_MODE_USE_ALL) |
| margin_stopout |
int |
Stop Out level |
| interestrate |
double |
Interest rate |
| use_swap |
int |
Use swaps |
| news |
int |
News access enabled |
| rights |
int |
Group rights |
| check_ie_prices |
int |
Check IE prices |
| maxpositions |
int |
Maximum positions allowed |
| close_reopen |
int |
Close/reopen positions |
| hedge_prohibited |
int |
Hedging prohibited |
| close_fifo |
int |
Force FIFO close |
| hedge_largeleg |
int |
Use margin on large leg |
| securities_hash |
std::string |
Securities hash code |
| margin_type |
int |
Margin type |
| archive_period |
int |
Archive period (days) |
| archive_max_balance |
int |
Maximum balance for archiving |
| stopout_skip_hedged |
int |
Skip fully hedged accounts for Stop Out |
| archive_pending_period |
int |
Pending order cleanup period |
| news_languages |
unsigned int[8] |
News languages |
| news_languages_total |
unsigned int |
Number of news languages |
| reserved |
int[17] |
Reserved fields |