fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::Perf_Router Class Reference

#include <Perf_router.hpp>

Inheritance diagram for FIX8::TEX::Perf_Router:
FIX8::Router tex_router_client tex_router_server

Public Member Functions

 Perf_Router ()
 
virtual ~Perf_Router ()
 
virtual bool operator() (const class Message *msg)
 
virtual bool operator() (const class Heartbeat *msg)
 
virtual bool operator() (const class TestRequest *msg)
 
virtual bool operator() (const class ResendRequest *msg)
 
virtual bool operator() (const class Reject *msg)
 
virtual bool operator() (const class SequenceReset *msg)
 
virtual bool operator() (const class Logout *msg)
 
virtual bool operator() (const class ExecutionReport *msg)
 
virtual bool operator() (const class Logon *msg)
 
virtual bool operator() (const class NewOrderSingle *msg)
 
- Public Member Functions inherited from FIX8::Router
virtual ~Router ()
 Dtor. More...
 
virtual bool operator() (const Message *msg) const
 
virtual bool operator() (const Message *msg)
 

Detailed Description

Definition at line 64 of file Perf_router.hpp.

Constructor & Destructor Documentation

FIX8::TEX::Perf_Router::Perf_Router ( )
inline

Definition at line 67 of file Perf_router.hpp.

67 {}
virtual FIX8::TEX::Perf_Router::~Perf_Router ( )
inlinevirtual

Definition at line 68 of file Perf_router.hpp.

68 {}

Member Function Documentation

virtual bool FIX8::TEX::Perf_Router::operator() ( const class Message msg)
inlinevirtual

Definition at line 70 of file Perf_router.hpp.

70 { return false; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class Heartbeat msg)
inlinevirtual

Definition at line 71 of file Perf_router.hpp.

71 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class TestRequest msg)
inlinevirtual

Definition at line 72 of file Perf_router.hpp.

72 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class ResendRequest msg)
inlinevirtual

Definition at line 73 of file Perf_router.hpp.

73 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class Reject msg)
inlinevirtual

Definition at line 74 of file Perf_router.hpp.

74 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class SequenceReset msg)
inlinevirtual

Definition at line 75 of file Perf_router.hpp.

75 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class Logout msg)
inlinevirtual

Definition at line 76 of file Perf_router.hpp.

76 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class ExecutionReport msg)
inlinevirtual

Definition at line 77 of file Perf_router.hpp.

77 { return false; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class Logon msg)
inlinevirtual

Definition at line 78 of file Perf_router.hpp.

78 { return true; }
virtual bool FIX8::TEX::Perf_Router::operator() ( const class NewOrderSingle msg)
inlinevirtual

Definition at line 79 of file Perf_router.hpp.

79 { return false; }

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