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

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

Public Member Functions

 Field ()
 
 Field (Tag fieldTag, const FieldValueRef &fieldValue)
 

Public Attributes

Tag tag
 
FieldValueRef value
 

Detailed Description

Definition at line 35 of file FieldSet.h.

Constructor & Destructor Documentation

Field ( )
inline

Initializes the field which refers to nothing.

Definition at line 43 of file FieldSet.h.

Field ( Tag  fieldTag,
const FieldValueRef fieldValue 
)
inline

Initializes all members.

Definition at line 48 of file FieldSet.h.

Member Data Documentation

Tag tag

The field tag.

Definition at line 37 of file FieldSet.h.

The field value reference.

Definition at line 40 of file FieldSet.h.


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