EPAM B2BITS C++ MOEX/Asts MarketData handler  1.24.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
Micex::Mfix::MicexFeedStatistics Class Referenceabstract

#include <B2BITS_MicexMfixApplication.h>

Public Member Functions

virtual ~MicexFeedStatistics ()
 
virtual size_t getReceivedUdpPackets () const =0
 quantity of the received udp packets from start of the feed More...
 
virtual size_t getReceivedBytes () const =0
 quantity of the received udp packets from start of the feed More...
 
virtual size_t getMissedUdpPackets () const =0
 quantity of the missed upd packages from start of the feed (for tcp recovery mode only) More...
 
virtual u64 getUdpRecoveryTimeMksec () const =0
 time elapsed to udp recovery of the feed (for udp recovery mode only) More...
 
virtual u64 getTcpRecoveryTimeMksec () const =0
 time elapsed to tcp recovery of the feed (for tcp recovery mode only) More...
 

Constructor & Destructor Documentation

virtual Micex::Mfix::MicexFeedStatistics::~MicexFeedStatistics ( )
inlinevirtual

Member Function Documentation

virtual size_t Micex::Mfix::MicexFeedStatistics::getMissedUdpPackets ( ) const
pure virtual

quantity of the missed upd packages from start of the feed (for tcp recovery mode only)

virtual size_t Micex::Mfix::MicexFeedStatistics::getReceivedBytes ( ) const
pure virtual

quantity of the received udp packets from start of the feed

virtual size_t Micex::Mfix::MicexFeedStatistics::getReceivedUdpPackets ( ) const
pure virtual

quantity of the received udp packets from start of the feed

virtual u64 Micex::Mfix::MicexFeedStatistics::getTcpRecoveryTimeMksec ( ) const
pure virtual

time elapsed to tcp recovery of the feed (for tcp recovery mode only)

virtual u64 Micex::Mfix::MicexFeedStatistics::getUdpRecoveryTimeMksec ( ) const
pure virtual

time elapsed to udp recovery of the feed (for udp recovery mode only)