#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 () |
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.
|
inlinestatic |
Key to access the BodyLength field.
Definition at line 144 of file FlatFieldRefAndKey.h.
|
inlinestatic |
Value of the first key to be allocated dynamically.
Definition at line 172 of file FlatFieldRefAndKey.h.
|
inlinestatic |
Key to access the MsgType field.
Definition at line 151 of file FlatFieldRefAndKey.h.
|
inlinestatic |
Key to access the SendingTime field.
Definition at line 165 of file FlatFieldRefAndKey.h.
|
inlinestatic |
Key to access the MsgSeqNum field.
Definition at line 158 of file FlatFieldRefAndKey.h.