Methods in com.epam.fix.message that throw FieldNotFoundException |
long |
ExtendedIndexedStorage.getMsgSeqNumber()
Gets message sequence number. |
FIXVersion |
ExtendedIndexedStorage.getMsgVersion()
Gets message fix version. |
void |
IndexedStorage.getTag(int tagId,
TagValue dest)
|
void |
IndexedStorage.getTag(int tagId,
TagValue dest,
int occurrence)
|
int |
FIXFieldListAdapter.getTagAsInt(int tag)
|
int |
FIXFieldListAdapter.getTagAsInt(int tag,
int occurrence)
|
int |
FIXFieldListAdapter.getTagAsIntAtIndex(int index)
|
void |
IndexedStorage.getTagAtIndex(int index,
TagValue dest)
|
int |
AbstractFIXFieldList.getTagLength(int tag)
|
String |
FIXFieldListAdapter.getTagStringValue(int tag)
Deprecated. |
boolean |
ExtendedIndexedStorage.getTagValueAsBool(int tagId)
|
boolean |
ExtendedIndexedStorage.getTagValueAsBool(int tagId,
int occurrence)
|
boolean |
IndexedStorage.getTagValueAsBoolAtIndex(int index)
|
byte |
ExtendedIndexedStorage.getTagValueAsByte(int tagId)
|
byte |
ExtendedIndexedStorage.getTagValueAsByte(int tagId,
int offset)
|
byte |
ExtendedIndexedStorage.getTagValueAsByte(int tagId,
int offset,
int occurrence)
|
byte |
ExtendedIndexedStorage.getTagValueAsByteAtIndex(int index)
|
byte |
IndexedStorage.getTagValueAsByteAtIndex(int index,
int offset)
|
int |
ExtendedIndexedStorage.getTagValueAsBytes(int tagId,
byte[] dest,
int offset)
|
int |
ExtendedIndexedStorage.getTagValueAsBytes(int tagId,
int occurrence,
byte[] dest,
int offset)
|
byte[] |
IndexedStorage.getTagValueAsBytesAtIndex(int index)
|
int |
IndexedStorage.getTagValueAsBytesAtIndex(int index,
byte[] dest,
int offset)
|
double |
ExtendedIndexedStorage.getTagValueAsDouble(int tagId)
|
double |
ExtendedIndexedStorage.getTagValueAsDouble(int tagId,
int occurrence)
|
double |
IndexedStorage.getTagValueAsDoubleAtIndex(int index)
|
long |
ExtendedIndexedStorage.getTagValueAsLong(int tagId)
|
long |
ExtendedIndexedStorage.getTagValueAsLong(int tagId,
int occurrence)
|
long |
IndexedStorage.getTagValueAsLongAtIndex(int index)
|
String |
IndexedStorage.getTagValueAsStringAtIndex(int index)
|
void |
ExtendedIndexedStorage.getTagValueAsStringBuff(int tagId,
StringBuffer str)
|
void |
ExtendedIndexedStorage.getTagValueAsStringBuff(int tagId,
StringBuffer str,
int occurrence)
|
void |
IndexedStorage.getTagValueAsStringBuffAtIndex(int index,
StringBuffer str)
|
static boolean |
FIXFieldListUtil.isResetLogon(FIXFieldList message)
Returns true if message is logon and has 34=1 and 141=Y |