OnixS C++ Tradeweb Approved Publication Arrangement (APA) Handler  1.2.2.18
API documentation
ReplayOptions Struct Reference

#include <Replay.h>

Collaboration diagram for ReplayOptions:

Public Member Functions

 ReplayOptions ()
 
 ReplayOptions (const std::string &logsRoot)
 

Public Attributes

HandlerLogs logs
 
ReplayListenerlistener
 
unsigned int packetReplayDelay
 

Detailed Description

Definition at line 59 of file Replay.h.

Constructor & Destructor Documentation

ReplayOptions ( )
inline

Initializes instance with default values.

Definition at line 74 of file Replay.h.

ReplayOptions ( const std::string &  logsRoot)
inline

Initializes with all the logs which are available and are stored in a given folder.

Definition at line 82 of file Replay.h.

Member Data Documentation

ReplayListener* listener

Instance to notify about replay events.

Definition at line 66 of file Replay.h.

List of instruments logs to be replayed. Must be stored in 'oldest to recent' order.

Definition at line 63 of file Replay.h.

unsigned int packetReplayDelay

Specifies the time delay (milliseconds) between replayed packets.

Note
Ability to control log replay rate. The default value is 0 milliseconds.

Definition at line 71 of file Replay.h.


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