OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
FieldInfo Class Reference

Public Member Functions

Tag tag () const
bool isRequired () const
std::vector< FieldInfochildFields () const

Friends

class MessageOperator

Detailed Description

Definition at line 51 of file Dictionary.h.

Member Function Documentation

◆ childFields()

std::vector< FieldInfo > childFields ( ) const

Returns the collection of child fields if this field identifies the repeating group.

◆ isRequired()

bool isRequired ( ) const

Indicates if this field is a required one.

◆ tag()

Tag tag ( ) const

Returns the tag number of the corresponding FIX field.

◆ MessageOperator

friend class MessageOperator
friend

Definition at line 65 of file Dictionary.h.