OnixS C++ FIX Engine  4.12.0
API Documentation
FlatField Class Reference

#include <OnixS/FIXEngine/FIX/FlatMessage.h>

Public Member Functions

 FlatField ()
 
 FlatField (Tag fieldTag, const StringRef &fieldValue)
 
Tag tag () const
 
StringRef value () const
 

Detailed Description

Definition at line 61 of file FlatMessage.h.

Constructor & Destructor Documentation

FlatField ( )
inline

Initializes the field which refers to nothing.

Definition at line 66 of file FlatMessage.h.

FlatField ( Tag  fieldTag,
const StringRef fieldValue 
)
inline

Initializes all members.

Definition at line 70 of file FlatMessage.h.

Member Function Documentation

Tag tag ( ) const
inline

Gets the field tag.

Definition at line 76 of file FlatMessage.h.

StringRef value ( ) const
inline

Gets the field value reference.

Definition at line 79 of file FlatMessage.h.


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