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

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.
 

Detailed Description

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.

Definition at line 2150 of file hffix.hpp.

Member Function Documentation

◆ tag()

int hffix::field::tag ( ) const
inline

Tag of the field.

Definition at line 2154 of file hffix.hpp.

◆ value()

field_value const & hffix::field::value ( ) const
inline

Weakly-typed value of the field.

Definition at line 2159 of file hffix.hpp.


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