ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
Loading...
Searching...
No Matches
replay.hpp File Reference

A timestamp-paced replay engine for previously captured ITCH streams. More...

#include <cstdint>
#include <span>
#include "itch/parser.hpp"
+ Include dependency graph for replay.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itch::ReplayEngine
 Replays a parsed ITCH stream paced by message timestamps. More...
 

Namespaces

namespace  itch
 

Detailed Description

A timestamp-paced replay engine for previously captured ITCH streams.

Wraps the Parser so a consumer can play back a buffer at (a multiple of) its original wall-clock cadence rather than as fast as the CPU can parse it, which is useful for realistic backtesting and system simulation.

Author
Bertin Balouki SIMYELI

Definition in file replay.hpp.