| symbol |
std::string |
Symbol name |
| description |
std::string |
Symbol description |
| source |
std::string |
Symbol synonym (alias) |
| currency |
std::string |
Base currency (for FOREX) |
| sec_index |
int |
Symbol group index |
| digits |
int |
Number of decimal places |
| trade |
int |
Trade mode ({TRADE_NO, TRADE_CLOSE, TRADE_FULL}) |
| sym_index |
int |
Unique symbol index |
| sort_index |
int |
Sorting index |
| background_color |
std::string |
Background color |
| count |
int |
Symbol index |
| count_original |
int |
Market Watch index |
| sessions |
ConSessions[7] |
Session configuration |
| profit_mode |
int |
Profit calculation mode |
| profit_reserved |
int |
Reserved |
| filter |
int |
Filter value |
| filter_counter |
int |
Filter parameter |
| filter_limit |
double |
Maximum allowed deviation from last quote |
| filter_smoothing |
int |
Filter smoothing |
| filter_reserved |
float |
Reserved |
| logging |
int |
Enable quotes logging |
| spread |
int |
Spread |
| spread_balance |
int |
Spread balance |
| exemode |
int |
Execution mode |
| swap_enable |
int |
Enable swaps |
| swap_type |
int |
Swap type |
| swap_long |
double |
Swap for long positions |
| swap_short |
double |
Swap for short positions |
| swap_rollover3days |
int |
Triple swap weekday |
| contract_size |
double |
Contract size |
| tick_value |
double |
Tick value |
| tick_size |
double |
Tick size |
| stops_level |
int |
Minimal deviation from the current price |
| gtc_pendings |
int |
GTC mode |
| margin_mode |
int |
Margin calculation mode |
| margin_initial |
double |
Initial margin |
| margin_maintenance |
double |
Maintenance margin |
| margin_hedged |
double |
Margin for hedged positions |
| margin_divider |
double |
Margin divider |
| point |
double |
Point size |
| multiply |
double |
Multiply coefficient |
| bid_tickvalue |
double |
Bid tick value |
| ask_tickvalue |
double |
Ask tick value |
| lasttime |
time_t |
Time of last tick |
| bid |
double |
Bid price |
| ask |
double |
Ask price |
| long_only |
int |
Only long positions allowed |
| instant_max_volume |
int |
Max volume for Instant Execution |
| realtime |
int |
Allow real time quotes |
| starting |
time_t |
Trades starting date (UNIX time) |
| expiration |
time_t |
Trades end date (UNIX time) |
| quote_currency |
std::string |
Quote currency |
| margin_currency |
std::string |
Margin currency |
| freeze_level |
int |
Freeze level |
| margin_hedged_strong |
int |
Strict margin mode |
| value_date |
time_t |
Value date |
| quotes_delay |
int |
Quotes delay |
| swap_openprice |
int |
Use open price for swap calculation |
| swap_variation_margin |
int |
Variation margin on rollover |
| unused |
int[21] |
Reserved |