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 FIXField
FIXFieldListAdapter.get
(int index) Deprecated.FIXFieldListAdapter.getFIXField
(int index, boolean isOriginatingFromPool) Deprecated.final FIXField
FIXFieldListAdapter.getTag
(int tag) Deprecated.final FIXField
FIXFieldListAdapter.getTag
(int tag, int occurrence) Deprecated.final FIXField
FIXFieldListAdapter.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 TypeMethodDescriptionvoid
Deprecated.final boolean
Deprecated.final void
FIXFieldListAdapter.addAtIndex
(int addAtIndex, FIXField field) Deprecated.protected static boolean
static boolean
FIXFieldListUtil.isTagValueEquals
(FIXField field, String value) Compare Field's raw value to passed String constant.static void
Deprecated.Method parameters in com.epam.fix.message with type arguments of type FIXFieldModifier and TypeMethodDescriptionvoid
Deprecated.boolean
FIXFieldListAdapter.addAll
(int index, Collection<? extends FIXField> c) Deprecated.final boolean
FIXFieldListAdapter.addAll
(Collection<? extends FIXField> c) Deprecated.Constructor parameters in com.epam.fix.message with type arguments of type FIXFieldModifierConstructorDescriptionprotected
FIXFieldList
(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 TypeMethodDescriptionint
FIXUtil.countLengthForGroupUnit
(FIXField[] message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.int
FIXUtil.countLengthForGroupUnit
(FIXFieldList message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.int
FIXUtil.countLengthForOneGroupUnit
(FIXField[] message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag) Counts the group length.int
FIXUtil.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 TypeMethodDescriptionvoid
SessionParameters.addHeaderField
(FIXField field) Add user defined field.void
SessionParameters.addOutgoingLoginField
(FIXField field) Deprecated.FIXMessageFactory.getRejectForMessageTag
(FIXFieldList rejectedMessage, FIXField rejectField, int rejectReason, String rejectText) Deprecated.