Start Tick History Replay
Starts the replay of previously fetched tick history for backtest execution. This method is only available in Foundry environments and will return an error in Trading environments. The replay drives the system identically to ticks arriving in a live trading environment, allowing the algo to operate off tick and derived/aggregate data as it would in live. In Foundry: Full Stack environments, replay is driven by the backtesting engine. In Foundry: Data Cloud Only environments, replay is driven by the user via this REST API.
The dataset for which the tick replay should be started
SIPPossible values: The date for which to replay tick history (format: YYYY-MM-DD)
The rate type for replay: Exact (replay at actual speed) or MultipleOfActual (replay at a multiple of actual speed)
ExactPossible values: The replay rate multiplier (only applies when rateType is MultipleOfActual). For example, rate=10 means replay at 10x actual speed
1The start time within the day for replay (format: HH:MM:SS). If not specified, replay starts from the beginning of the trading day
Alternative way to specify start time as milliseconds since start of day
The duration of replay (format: HH:MM:SS). If not specified, replay continues until end of trading day
The successful response indicates the replay has started successfully
Indicates that the replay could not be started
Last updated

