OnixS C++ FIX Engine  4.12.0
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 850 of file Session.h.

Member Typedef Documentation

typedef Traits::MsgBatchType::const_iterator const_iterator

Definition at line 884 of file Session.h.

typedef Traits::MsgBatchType::iterator iterator

Definition at line 883 of file Session.h.

Definition at line 882 of file Session.h.

Constructor & Destructor Documentation

MsgBatch ( )
inline

Definition at line 886 of file Session.h.

~MsgBatch ( )
inline

Definition at line 887 of file Session.h.

Member Function Documentation

void add ( MessagePtr msg)
inline

Definition at line 889 of file Session.h.

const_iterator begin ( ) const
inline

Definition at line 896 of file Session.h.

iterator begin ( )
inline

Definition at line 897 of file Session.h.

const_iterator end ( ) const
inline

Definition at line 899 of file Session.h.

iterator end ( )
inline

Definition at line 900 of file Session.h.

MsgType& operator[] ( size_t  index)
inline

Definition at line 891 of file Session.h.

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

Definition at line 892 of file Session.h.

size_t size ( ) const
inline

Definition at line 894 of file Session.h.

Friends And Related Function Documentation

friend class Session
friend

Definition at line 872 of file Session.h.


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