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

#include <OnixS/B3/MarketData/UMDF/testing/LogPlayer.h>

Public Member Functions

 LogPlayer ()
const LogPlayerStatisticsstatistics () const
void run (const LogPlayerSettings &settings, const Interrupter *interrupter=nullptr, const PacketNotifier *packetNotifier=nullptr)

Detailed Description

Definition at line 283 of file LogPlayer.h.

Constructor & Destructor Documentation

◆ LogPlayer()

LogPlayer ( )
inline

Initializes the instance according to the given settings.

Definition at line 287 of file LogPlayer.h.

Member Function Documentation

◆ run()

void run ( const LogPlayerSettings & settings,
const Interrupter * interrupter = nullptr,
const PacketNotifier * packetNotifier = nullptr )

Starts playing of the log, until the interrupter is activated or the log is played totally.

◆ statistics()

const LogPlayerStatistics & statistics ( ) const
inline

Definition at line 289 of file LogPlayer.h.