OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.2
Users' manual and API documentation
Loading...
Searching...
No Matches
ReplayMode Struct Reference

#include <OnixS/Eurex/MarketData/Replay.h>

Public Types

enum  Enum

Detailed Description

Definition at line 56 of file Replay.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
ConstantPacketReplayDelay 

The packets are replayed with constant delay, defined by ReplayOptions::packetReplayDelay Timestamps from the replayed file are ignored ReplayOptions::playSpeedMultiplier is ignored

NaturalPacketReplayDelay 

The packets are replayed with delays as it come from the replayed file. FinalDelay = LogFileDelay * ReplayOptions::playSpeedMultiplier + ReplayOptions::packetReplayDelay

Definition at line 58 of file Replay.h.