OnixS C++ FIX Engine  4.10.1
API Documentation
Session::MsgBatch< MsgType > Class Template Reference

#include <OnixS/FIXEngine/FIX/Session.h>

Public Types

typedef Traits::MessagePtr MessagePtr
 
typedef Traits::MsgBatchType::iterator iterator
 
typedef Traits::MsgBatchType::const_iterator const_iterator
 

Public Member Functions

 MsgBatch ()
 
 ~MsgBatch ()
 
void add (MessagePtr &msg)
 
MsgType & operator[] (size_t index)
 
const MsgType & operator[] (size_t index) const
 
size_t size () const
 
const_iterator begin () const
 
iterator begin ()
 
const_iterator end () const
 
iterator end ()
 

Friends

class Session
 

Detailed Description

template<typename MsgType>
class OnixS::FIX::Session::MsgBatch< MsgType >

Definition at line 808 of file Session.h.

Member Typedef Documentation

typedef Traits::MsgBatchType::const_iterator const_iterator

Definition at line 842 of file Session.h.

typedef Traits::MsgBatchType::iterator iterator

Definition at line 841 of file Session.h.

Definition at line 840 of file Session.h.

Constructor & Destructor Documentation

MsgBatch ( )
inline

Definition at line 844 of file Session.h.

~MsgBatch ( )
inline

Definition at line 845 of file Session.h.

Member Function Documentation

void add ( MessagePtr msg)
inline

Definition at line 847 of file Session.h.

const_iterator begin ( ) const
inline

Definition at line 854 of file Session.h.

iterator begin ( )
inline

Definition at line 855 of file Session.h.

const_iterator end ( ) const
inline

Definition at line 857 of file Session.h.

iterator end ( )
inline

Definition at line 858 of file Session.h.

MsgType& operator[] ( size_t  index)
inline

Definition at line 849 of file Session.h.

const MsgType& operator[] ( size_t  index) const
inline

Definition at line 850 of file Session.h.

size_t size ( ) const
inline

Definition at line 852 of file Session.h.

Friends And Related Function Documentation

friend class Session
friend

Definition at line 830 of file Session.h.


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