Trading account configuration information
About
Trading account configuration information
Fields
| Name | Type | Required | Description |
|---|---|---|---|
| server | string | Yes | Trading account server name |
| platform | string | Yes | Trading account platform, enum: mt4, mt5. |
| login | string | Trading account login | |
| configured | boolean | Flag indicating the account has been configured |
Example
{
"server": "ICMarketsSC-Demo",
"platform": "mt4"
}