OnixS C++ Cboe CFE Multicast PITCH Market Data Handler  1.12.1
API documentation
ReplayMode Struct Reference

#include <OnixS/CboeCFE/MarketData/Pitch/Replay.h>

Public Types

enum  Enum { ConstantPacketReplayDelay = 1, NaturalPacketReplayDelay = 2 }
 

Detailed Description

Definition at line 54 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 56 of file Replay.h.


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