Stop Tick History Fetch

Stop a previously started fetch of tick history.

post

This method is used to stop the fetch of tick history that was previously started for backtesting replay.

Query parameters
datasetstring · enumOptional

The dataset for which the tick history fetch is to be stopped

Default: SIPPossible values:
Responses
chevron-right
200

The successful response indicates the fetch process has stopped successfully

application/json
statusstringOptional

Indicates whether the request to stop the fetch of tick history was successful or not. A null value indicates success while a non-null value contains the description of the error encountered.

post
/datafye-api/v1/backtest/history/ticks/fetch/stop

Last updated