SubscriptionsSymbol

Triggered by: SymbolsSubscribe.

Switched off by: SymbolsUnsubscribe.

Response Type - SubscriptionsSymbol.

Response Body Fields:

Parameter
Always returned
Type
Description

symbol

string

symbol that was updated

path

string

a string with a path to the symbol, including the name of the symbol.

action

int

action that was made for symbol

The parameter actioncan be:

Value
Description

1

symbol added

2

symbol updated

3

symbol deleted

Example:

{
    "type": "SubscriptionsSymbol",
    "body": {
        "symbol": "EURUSD",
        "path": "Forex\\EURUSD",
        "action": 2
    }
}

Last updated