OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
Field Struct Reference

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() [1/2]

Field ( )
inline

Initializes the field which refers to nothing.

Definition at line 43 of file FieldSet.h.

◆ Field() [2/2]

Field ( Tag fieldTag,
const FieldValueRef & fieldValue )
inline

Initializes all members.

Definition at line 48 of file FieldSet.h.

Member Data Documentation

◆ tag

Tag tag

The field tag.

Definition at line 37 of file FieldSet.h.

◆ value

The field value reference.

Definition at line 40 of file FieldSet.h.