Subscribe to Сhanges in the List of Traders' Watchlists
Session ID from the authentication request
The ID of the user whose watchlists you would like to retrieve
Example: {"Cmd":"Subscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"1159","EntityType":"Watchlist","HttpClientType":"WebSocket"}
Unsubscribe from Сhanges in the List of Traders' Watchlists
Session ID from the authentication request
The ID of the user whose watchlists you would like to unsubscribe from
Example: {"Cmd":"Unsubscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"1159","EntityType":"Watchlist","HttpClientType":"WebSocket"}
In response to this request, you will receive the updated list of watchlists in the JSON format.
**Example:**
**{**
"CreateDate":"09/08/2015 09:20:49",
"ModifyDate":"09/08/2015 09:20:49",
**}**
Subscribe to the Content of a Specific Watchlist
Session ID from the authentication request
The ID of the watchlist whose changes you would like to subscribe to
Example: {"Cmd":"Subscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"287","EntityType":"WatchlistContent","HttpClientType":"WebSocket"}
Unsubscribe from the Content of a Specific Watchlist
Session ID from the authentication request
The ID of the watchlist whose changes you would like to unsubscribe from
Example: {"Cmd":"Unsubscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"287","EntityType":"WatchlistContent","HttpClientType":"WebSocket"}
In response to this request, you will receive changes in the specified watchlist.
**Example:**
**{**
"EntityType":"WatchlistContent",
}