FIX message Tag Visitor interface.
More...
#include <B2BITS_FixEngine.h>
FIX message Tag Visitor interface.
virtual Engine::FIXTagVisitor::~FIXTagVisitor |
( |
| ) |
|
|
inlinevirtual |
virtual void Engine::FIXTagVisitor::onFixTag |
( |
::Parser::LiteFixMessage & |
msg, |
|
|
int |
tag, |
|
|
char * |
data, |
|
|
int |
len, |
|
|
int |
pos, |
|
|
char * |
future_msg_buf |
|
) |
| |
|
pure virtual |
This call-back method is called when a new tag is visited in the message.
- Parameters
-
msg | message being visited or parsed. |
tag | new tag |
data | tag value |
len | tag value length |
pos | tag value offset in the buffer |
future_msg_buf | the buffer containing tag value |
- Note
- in case visiting occurs during the message parsing process an exception thrown by the callee causes a parse error and a session reject