TicksUnsubscribe

TicksUnsubscribe - unsubscribing from receiving events and hooks related to changing the price database.

Example:

{"id": 11, "type":"TicksUnsubscribe", "body": {"symbol":"EURUSD.s,BTCUSD.s"}}

Request Body Fields:

Parameter
Required
Type
Description

symbol

string

comma separated string with a list of instruments for ticks feed unsubscriptions

Response Type - TicksUnSubscribe.

Response Body Fields:

Parameter
Always returned
Type
Description

symbol

string

comma separated string with a list of instruments within subscribed ticks feed

Example:

{"type": "TicksUnSubscribe", "id":11, "body": {"symbol": "EURUSD.s,BTCUSD.s"}}

Last updated