OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
ReplayMode Struct Reference

#include <OnixS/B3/MarketData/UMDF/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 comes from the replayed file.

FinalDelay = LogFileDelay * ReplayOptions::playSpeedMultiplier + ReplayOptions::packetReplayDelay

Definition at line 58 of file Replay.h.