OnixS C++ eSpeed ITCH Market Data Handler 1.7.3
API documentation
Loading...
Searching...
No Matches
Replay.h File Reference

Go to the source code of this file.

Classes

class  ReplayListener
struct  ReplayOptions

Typedefs

typedef std::vector< std::string >::iterator HandlerLogsEntry

Functions

void ONIXS_ESPEED_ITCH_API gatherLogs (HandlerLogs *gatheredLogs, const std::string &root)

Variables

ONIXS_ESPEED_ITCH_NAMESPACE_BEGIN typedef std::vector< std::string > HandlerLogs

Typedef Documentation

◆ HandlerLogsEntry

typedef std::vector<std::string>::iterator HandlerLogsEntry

Read-write iterator over ordered list of logs to be replayed.

Definition at line 33 of file Replay.h.

Function Documentation

◆ gatherLogs()

void ONIXS_ESPEED_ITCH_API gatherLogs ( HandlerLogs * gatheredLogs,
const std::string & root )

Gathers log files logs which are stored in a given folder.

Variable Documentation

◆ HandlerLogs

ONIXS_ESPEED_ITCH_NAMESPACE_BEGIN typedef std::vector<std::string> HandlerLogs

Ordered list of logs to be replayed.

Definition at line 30 of file Replay.h.