PluginRecord

Field Type Description
index int Unique data source identifier (primary key)
priority int Source priority (higher value means higher priority)
version int Data source version (may be used for update control)
name std::string Data source name
module_name std::string File name in the directory
web std::string Data source website
description std::string Detailed data source description
module std::string Module name in the license (used for licensing and loading)
file std::string Executable file or library name
config std::string Plugin settings (stored as string, usually JSON)
enable int Source active flag (0 - disabled, 1 - enabled)
mode int Source mode: primary, backup, etc. (enum: FEED_MASTER, FEED_RESERVE)
hook_trade int Allow trade hooks
hook_user int Allow user hooks
event_trade int Allow trade events
event_account int Allow account events
server_api int Allow access to server API