High Frequency FIX Parser
C++ library for high frequency messaging with the Financial Information Exchange (FIX) protocol.
|
A FIX field for hffix::message_reader, with tag and hffix::field_value. More...
#include <hffix.hpp>
Public Member Functions | |
int | tag () const |
Tag of the field. | |
field_value const & | value () const |
Weakly-typed value of the field. | |
A FIX field for hffix::message_reader, with tag and hffix::field_value.
This class is the hffix::message_reader::value_type for the hffix::message_reader Container.
|
inline |