OnixS C++ FIX Engine  4.10.1
API Documentation
FlatField Struct Reference

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

Public Member Functions

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

Public Attributes

Tag tag
 
StringRef value
 

Detailed Description

Definition at line 53 of file FlatMessage.h.

Constructor & Destructor Documentation

FlatField ( )
inline

Initializes the field which refers to nothing.

Definition at line 62 of file FlatMessage.h.

FlatField ( Tag  fieldTag,
const StringRef fieldValue 
)
inline

Initializes all members.

Definition at line 66 of file FlatMessage.h.

Member Data Documentation

Tag tag

The field tag.

Definition at line 56 of file FlatMessage.h.

StringRef value

The field value reference.

Definition at line 59 of file FlatMessage.h.


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