High Frequency FIX Parser
C++ library for high frequency messaging with the Financial Information Exchange (FIX) protocol.
Public Member Functions | Public Attributes | List of all members
hffix::tag_equal Struct Reference

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
 

Detailed Description

A predicate constructed with a FIX tag which returns true if the tag of the hffix::field passed to the predicate is equal.

Definition at line 2305 of file hffix.hpp.

Constructor & Destructor Documentation

◆ tag_equal()

hffix::tag_equal::tag_equal ( int  tag)
inline

Definition at line 2306 of file hffix.hpp.

Member Function Documentation

◆ operator()()

bool hffix::tag_equal::operator() ( field const &  v) const
inline

Definition at line 2308 of file hffix.hpp.

Member Data Documentation

◆ tag

int hffix::tag_equal::tag

Definition at line 2307 of file hffix.hpp.


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