Uses of Class
com.epam.fix.message.FIXField
Packages that use FIXField
Package
Description
Miscellaneous utility classes for manipulating of FIX data,
such us FIX Message util to provide easy access to the message data of dictionary,
FIX util to provide many manipulating of FIX messages and etc
This package contains classes for managing of errors of validation process
-
Uses of FIXField in com.epam.fix.message
Methods in com.epam.fix.message that return FIXFieldModifier and TypeMethodDescriptionfinal FIXFieldFIXFieldListAdapter.get(int index) Deprecated.FIXFieldListAdapter.getFIXField(int index, boolean isOriginatingFromPool) Deprecated.final FIXFieldFIXFieldListAdapter.getTag(int tag) Deprecated.final FIXFieldFIXFieldListAdapter.getTag(int tag, int occurrence) Deprecated.final FIXFieldFIXFieldListAdapter.getTagAtIndex(int index) Deprecated.FIXFieldListAdapter.remove(int index) Deprecated.Deprecated.Methods in com.epam.fix.message that return types with arguments of type FIXFieldModifier and TypeMethodDescriptionFIXFieldListAdapter.extractGroup(int rgTag, int[] tagList) Deprecated.FIXFieldListAdapter.extractGroup(int rgTag, int rgFirstTag, int[] tagList) Deprecated.FIXFieldListAdapter.iterator()Deprecated.FIXFieldListAdapter.listIterator()Deprecated.FIXFieldListAdapter.listIterator(int index) Deprecated.AbstractFIXFieldList.notifyInvalidMessage(int rgTag, int rgFirstTag) FIXFieldList.notifyInvalidMessage(int rgTag, int rgFirstTag) FIXFieldListAdapter.splitAsList(int tag) Deprecated.FIXFieldListAdapter.subList(int fromIndex, int toIndex) Deprecated.Methods in com.epam.fix.message with parameters of type FIXFieldModifier and TypeMethodDescriptionvoidDeprecated.final booleanDeprecated.final voidFIXFieldListAdapter.addAtIndex(int addAtIndex, FIXField field) Deprecated.protected static booleanstatic booleanFIXFieldListUtil.isTagValueEquals(FIXField field, String value) Compare Field's raw value to passed String constant.static voidDeprecated.Method parameters in com.epam.fix.message with type arguments of type FIXFieldModifier and TypeMethodDescriptionvoidDeprecated.booleanFIXFieldListAdapter.addAll(int index, Collection<? extends FIXField> c) Deprecated.final booleanFIXFieldListAdapter.addAll(Collection<? extends FIXField> c) Deprecated.Constructor parameters in com.epam.fix.message with type arguments of type FIXFieldModifierConstructorDescriptionprotectedFIXFieldList(List<FIXField> message) FIXFieldListAdapter(List<FIXField> message) Deprecated. -
Uses of FIXField in com.epam.fix.message.storage
Fields in com.epam.fix.message.storage declared as FIXFieldMethods in com.epam.fix.message.storage that return FIXFieldMethods in com.epam.fix.message.storage with parameters of type FIXField -
Uses of FIXField in com.epam.fix.validation.engine.fixmessage.beans
Methods in com.epam.fix.validation.engine.fixmessage.beans that return FIXField -
Uses of FIXField in com.epam.fix.validation.engine.fixmessage.tree
Methods in com.epam.fix.validation.engine.fixmessage.tree that return types with arguments of type FIXFieldConstructor parameters in com.epam.fix.validation.engine.fixmessage.tree with type arguments of type FIXFieldModifierConstructorDescriptionFIXEntry(List<FIXField> fields, List<FIXRepeatingGroup> repeatingGroups) -
Uses of FIXField in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils with parameters of type FIXFieldModifier and TypeMethodDescriptionintFIXUtil.countLengthForGroupUnit(FIXField[] message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.intFIXUtil.countLengthForGroupUnit(FIXFieldList message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.intFIXUtil.countLengthForOneGroupUnit(FIXField[] message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.intFIXUtil.countLengthForOneGroupUnit(FIXFieldList message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length. -
Uses of FIXField in com.epam.fix.validation.error
Methods in com.epam.fix.validation.error with parameters of type FIXFieldModifier and TypeMethodDescriptionFIXErrorBuilder.buildError(FIXErrorCode errorCode, int seqNum, String messageType, FIXField field) Deprecated.FIXErrorBuilder.buildError(FIXErrorCode errorCode, int seqNum, String messageType, FIXField field, String text) Deprecated.FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode, FIXField fixField, long sequenceNumber, String messageType, Integer tag) Deprecated.FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode, FIXField fixField, String text) Deprecated.FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode, FIXField fixField, String text, long sequenceNumber, String messageType, Integer tag) Deprecated. -
Uses of FIXField in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type FIXFieldModifier and TypeMethodDescriptionvoidSessionParameters.addHeaderField(FIXField field) Add user defined field.voidSessionParameters.addOutgoingLoginField(FIXField field) Deprecated.FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectedMessage, FIXField rejectField, int rejectReason, String rejectText) Deprecated.