| index |
int |
Unique data-source identifier used as the primary key |
| priority |
int |
Source priority; higher values have higher priority |
| version |
int |
Data-source version, which can be used for update control |
| name |
std::string |
Data-source name |
| module_name |
std::string |
File name in the module directory |
| web |
std::string |
Data-source website |
| description |
std::string |
Detailed data-source description |
| module |
std::string |
Licensed module name used for licensing and loading |
| file |
std::string |
Source executable or library file name |
| config |
std::string |
Plugin settings stored as a JSON string |
| enable |
int |
Source state: 0 for disabled, 1 for enabled |
| mode |
int |
Source mode such as primary or reserve (FEED_MASTER, FEED_RESERVE) |
| hook_trade |
int |
Enables trade-hook processing |
| hook_user |
int |
Enables account-hook processing |
| event_trade |
int |
Enables trade-event processing |
| event_account |
int |
Enables account-event processing |
| event_ticks |
int |
Enables quote processing |
| server_api |
int |
Enables access to the Server API |