B2BITS FIX Antenna HFT
1.0.16
|
#include <B2BITS_FIXMessagePool.h>
Public Member Functions | |
void | addRef () |
Parser::LiteFixMessage & | getFixMessage () throw () |
const Parser::LiteFixMessage & | getFixMessage () const throw () |
MsgPipeElem () | |
void | returnObj () |
Public Attributes | |
union { | |
short flowIndex | |
short traderId | |
}; | |
Parser::LiteFixMessage | msg |
int | nRef_ |
char | reader |
FixApplication * | srcApp |
void * | userData0 |
Public Attributes inherited from ObjPoolBiListElem< MsgPipeElem > | |
object_pool< MsgPipeElem > * | objPoolOwner_ |
Public Attributes inherited from BiListElem | |
atom_t | b2b_next_ |
atom_t | b2b_prev_ |
|
inline |
References msg, Engine::FIXMessage::setElem(), and Parser::LiteFixMessage::setIsPreparedMessage().
|
inline |
References nRef_.
|
inline |
References msg.
|
inline |
References msg.
|
inline |
union { ... } |
short Engine::MsgPipeElem::flowIndex |
Parser::LiteFixMessage Engine::MsgPipeElem::msg |
Referenced by getFixMessage(), MsgPipeElem(), and returnObj().
int Engine::MsgPipeElem::nRef_ |
Referenced by addRef(), and returnObj().
char Engine::MsgPipeElem::reader |
FixApplication* Engine::MsgPipeElem::srcApp |
short Engine::MsgPipeElem::traderId |
void* Engine::MsgPipeElem::userData0 |