Uses of Class
com.epam.fix.message.FieldNotFoundException
Packages that use FieldNotFoundException
-
Uses of FieldNotFoundException in com.epam.fix.message
Methods in com.epam.fix.message that throw FieldNotFoundExceptionModifier and TypeMethodDescriptionfinal void
final void
final int
FIXFieldListAdapter.getTagAsInt
(int tag) Deprecated.final int
FIXFieldListAdapter.getTagAsInt
(int tag, int occurrence) Deprecated.final int
FIXFieldListAdapter.getTagAsIntAtIndex
(int index) Deprecated.final void
IndexedStorage.getTagAtIndex
(int index, TagValue dest) final int
AbstractFIXFieldList.getTagLength
(int tag) final String
FIXFieldListAdapter.getTagStringValue
(int tag) Deprecated.final BigDecimal
IndexedStorage.getTagValueAsBigDecimalAtIndex
(int index) final boolean
IndexedStorage.getTagValueAsBoolAtIndex
(int index) final byte
IndexedStorage.getTagValueAsByteAtIndex
(int index, int offset) final byte[]
IndexedStorage.getTagValueAsBytesAtIndex
(int index) final int
IndexedStorage.getTagValueAsBytesAtIndex
(int index, byte[] dest, int offset) final double
IndexedStorage.getTagValueAsDoubleAtIndex
(int index) final long
IndexedStorage.getTagValueAsLongAtIndex
(int index) final void
IndexedStorage.getTagValueAsReusableStringAtIndex
(ReusableString reusableString, int index) IndexedStorage.getTagValueAsStringAtIndex
(int index) final 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
ExtendedIndexedStorage.getTagValueAsInt(int)