B2BITS FIX Antenna HFT
1.0.17
|
Contains information about Unexpected Field error. More...
#include <ParserException.h>
Public Member Functions | |
virtual void | rethrow (int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) const |
TagOutOfOrderException (int expectedTag, int factTag) | |
TagOutOfOrderException (TagOutOfOrderException const &src, int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) | |
![]() | |
RejectReason | getRejReason () const |
std::string const & | origMsg () const |
ParserException () | |
ParserException (const std::string &aMsg) | |
ParserException (ParserException const &innerException, const std::string &contextValues) | |
ParserException (RejectReason reason, const std::string &aMsg) | |
ParserException (const std::string &aMsg, int refSeqNum) | |
ParserException (int refSeqNum, int refTagID, const std::string &refMsgType) | |
ParserException (const std::string &aMsg, int refSeqNum, int refTagID, const std::string &refMsgType) | |
ParserException (RejectReason reason, const std::string &aMsg, int refSeqNum, int refTagID, const std::string &refMsgType) | |
ParserException (ParserException const &src, int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) | |
Used to add more information about exception. More... | |
const std::string & | refMsgType () const |
int | refSeqNum () const |
int | refTagID () const |
virtual | ~ParserException () throw () |
![]() | |
FixProtocolException () | |
FixProtocolException (const std::string &aMsg) | |
![]() | |
Exception () | |
Constructor. More... | |
Exception (const std::string &aReason) | |
Constructor. More... | |
std::string const & | reason () const throw () |
Returns the reason for this exception. More... | |
virtual const char * | what () const throw () |
Returns the reason for this exception. More... | |
virtual | ~Exception () throw () |
Destructor. More... | |
Contains information about Unexpected Field error.
|
inline |
Referenced by rethrow().
|
inline |
|
inlinevirtual |
Reimplemented from Parser::ParserException.
References TagOutOfOrderException().