TicksFilteredUnsubscribe

TicksFilteredUnsubscribe- unsubscribe from receiving a stream of filtered prices.

Example:

{"id": 11, "type":"TicksFilteredUnsubscribe", "body": {"symbol":["EURUSD.s","BTCUSD.s"]}}

Request Body Fields:

Parameter
Required
Type
Description

symbol

[]string

json array of strings with a list of instruments for filtered ticks feed unsubscriptions

Response Type - TicksFilteredUnsubscribe.

Response Body Fields:

Parameter
Always returned
Type
Description

symbol

[]string

json array of strings with a list of instruments within unsubscribed filtered ticks feed

Example:

{"type": "TicksFilteredUnsubscribe", "id":11, "body": {"symbol": ["EURUSD.s","BTCUSD.s"]}}

Last updated