High Frequency FIX Parser
C++ library for high frequency messaging with the Financial Information Exchange (FIX) protocol.
|
A predicate constructed with a FIX tag which returns true if the tag of the hffix::field passed to the predicate is equal. More...
#include <hffix.hpp>
Public Member Functions | |
tag_equal (int tag) | |
bool | operator() (field const &v) const |
Public Attributes | |
int | tag |
A predicate constructed with a FIX tag which returns true if the tag of the hffix::field passed to the predicate is equal.
|
inline |