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 voidfinal voidfinal intFIXFieldListAdapter.getTagAsInt(int tag) Deprecated.final intFIXFieldListAdapter.getTagAsInt(int tag, int occurrence) Deprecated.final intFIXFieldListAdapter.getTagAsIntAtIndex(int index) Deprecated.final voidIndexedStorage.getTagAtIndex(int index, TagValue dest) final intAbstractFIXFieldList.getTagLength(int tag) final StringFIXFieldListAdapter.getTagStringValue(int tag) Deprecated.final BigDecimalIndexedStorage.getTagValueAsBigDecimalAtIndex(int index) final booleanIndexedStorage.getTagValueAsBoolAtIndex(int index) final byteIndexedStorage.getTagValueAsByteAtIndex(int index, int offset) final byte[]IndexedStorage.getTagValueAsBytesAtIndex(int index) final intIndexedStorage.getTagValueAsBytesAtIndex(int index, byte[] dest, int offset) final doubleIndexedStorage.getTagValueAsDoubleAtIndex(int index) final longIndexedStorage.getTagValueAsLongAtIndex(int index) final voidIndexedStorage.getTagValueAsReusableStringAtIndex(ReusableString reusableString, int index) IndexedStorage.getTagValueAsStringAtIndex(int index) final voidIndexedStorage.getTagValueAsStringBuffAtIndex(int index, StringBuffer str) static booleanFIXFieldListUtil.isResetLogon(FIXFieldList message) Returns true if message is logon and has 34=1 and 141=Y
ExtendedIndexedStorage.getTagValueAsInt(int)