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

#include </work/build/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 156 of file FlatFieldRefAndKey.h.

Member Function Documentation

static FlatFieldKey bodyLength ( )
inlinestatic

Key to access the BodyLength field.

Definition at line 160 of file FlatFieldRefAndKey.h.

static FlatFieldKey dynamic ( )
inlinestatic

Value of the first key to be allocated dynamically.

Definition at line 188 of file FlatFieldRefAndKey.h.

static FlatFieldKey msgType ( )
inlinestatic

Key to access the MsgType field.

Definition at line 167 of file FlatFieldRefAndKey.h.

static FlatFieldKey sendingTime ( )
inlinestatic

Key to access the SendingTime field.

Definition at line 181 of file FlatFieldRefAndKey.h.

static FlatFieldKey seqNumber ( )
inlinestatic

Key to access the MsgSeqNum field.

Definition at line 174 of file FlatFieldRefAndKey.h.


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