SubscriptionsUserAccount

Triggered by: UserAccountSubscribe.

Switched off by: UserAccountUnsubscribe.

Response Type - SubscriptionsUserAccount.

Response Body Fields:

Parameter
Always returned
Type
Description

state

int

state that was transfered user account

The parameter statecan be:

Value
Description

1

account enter Margin Call level

2

account leave Margin Call level

3

account enter Stop Out level

4

account leave Stop Out level

Example:

{
    "type": "SubscriptionsUserAccount",
    "body": {
        "state": 1
    }
}

Last updated