OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.1
API documentation
ReplayMode Struct Reference

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

Public Types

enum  Enum { ConstantPacketReplayDelay = 1, NaturalPacketReplayDelay = 2 }
 

Detailed Description

Definition at line 56 of file Replay.h.

Member Enumeration Documentation

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.


The documentation for this struct was generated from the following file: