OnixS C++ FIX Engine  4.11.0
API Documentation
KnownFlatFieldKeys Struct Reference

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

Static Public Member Functions

static FlatFieldKey bodyLength ()
 
static FlatFieldKey msgType ()
 
static FlatFieldKey seqNumber ()
 
static FlatFieldKey sendingTime ()
 
static FlatFieldKey dynamic ()
 

Detailed Description

However, keys are allocated privately by each particular message instance and thus may differ for same fields in different instances. For commonly used fields, there are pre-allocated keys which are same for all messages.

Definition at line 140 of file FlatFieldRefAndKey.h.

Member Function Documentation

static FlatFieldKey bodyLength ( )
inlinestatic

Key to access the BodyLength field.

Definition at line 144 of file FlatFieldRefAndKey.h.

static FlatFieldKey dynamic ( )
inlinestatic

Value of the first key to be allocated dynamically.

Definition at line 172 of file FlatFieldRefAndKey.h.

static FlatFieldKey msgType ( )
inlinestatic

Key to access the MsgType field.

Definition at line 151 of file FlatFieldRefAndKey.h.

static FlatFieldKey sendingTime ( )
inlinestatic

Key to access the SendingTime field.

Definition at line 165 of file FlatFieldRefAndKey.h.

static FlatFieldKey seqNumber ( )
inlinestatic

Key to access the MsgSeqNum field.

Definition at line 158 of file FlatFieldRefAndKey.h.


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