SubscriptionsUser

Triggered by: UserSubscribe.

Switched off by: UserUnsubscribe.

Response Type - SubscriptionsUser.

Response Body Fields:

Parameter
Always returned
Type
Description

login

int

user trading login

group

string

group to which the user is included

leverage

int

leverage of user trading account

enabled

bool

status of user trading account

trade_enabled

bool

is trading enabled for user trading account

Example:

{
    "type": "SubscriptionsUser",
    "body": {
        "login": 1001,
        "group": "demo\\forex-hedge-usd-01",
        "leverage": 100,
        "enabled": true,
        "trade_enabled": true
    }
}

Last updated