Package | Description |
---|---|
com.epam.fix.message | |
com.epam.fix.message.storage | |
com.epam.fix.validation.engine.fixmessage.beans | |
com.epam.fix.validation.engine.fixmessage.tree | |
com.epam.fix.validation.engine.utils |
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
|
com.epam.fix.validation.error |
This package contains classes for managing of errors of validation process
|
com.epam.fixengine |
Modifier and Type | Method and Description |
---|---|
FIXField |
FIXFieldListAdapter.get(int index)
Deprecated.
|
FIXField |
FIXFieldListAdapter.getFIXField(int index,
boolean isOriginatingFromPool)
Deprecated.
|
FIXField |
FIXFieldListAdapter.getTag(int tag)
Deprecated.
|
FIXField |
FIXFieldListAdapter.getTag(int tag,
int occurrence)
Deprecated.
|
FIXField |
FIXFieldListAdapter.getTagAtIndex(int index)
Deprecated.
|
FIXField |
FIXFieldListAdapter.remove(int index)
Deprecated.
|
FIXField |
FIXFieldListAdapter.set(int index,
FIXField element)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Map<Integer,FIXField>> |
FIXFieldListAdapter.extractGroup(int rgTag,
int[] tagList)
Deprecated.
|
List<Map<Integer,FIXField>> |
FIXFieldListAdapter.extractGroup(int rgTag,
int rgFirstTag,
int[] tagList)
Deprecated.
|
Iterator<FIXField> |
FIXFieldListAdapter.iterator()
Deprecated.
|
ListIterator<FIXField> |
FIXFieldListAdapter.listIterator()
Deprecated.
|
ListIterator<FIXField> |
FIXFieldListAdapter.listIterator(int index)
Deprecated.
|
protected abstract List<Map<Integer,FIXField>> |
AbstractFIXFieldList.notifyInvalidMessage(int rgTag,
int rgFirstTag) |
protected List<Map<Integer,FIXField>> |
FIXFieldList.notifyInvalidMessage(int rgTag,
int rgFirstTag) |
List<ArrayList<FIXField>> |
FIXFieldListAdapter.splitAsList(int tag)
Deprecated.
|
List<FIXField> |
FIXFieldListAdapter.subList(int fromIndex,
int toIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FIXFieldListAdapter.add(FIXField field)
Deprecated.
|
void |
FIXFieldListAdapter.add(int index,
FIXField element)
Deprecated.
|
void |
FIXFieldListAdapter.addAtIndex(int addAtIndex,
FIXField field)
Deprecated.
|
protected static boolean |
FIXFieldListAdapter.isEquals(FIXField field,
TagValue tv) |
static boolean |
FIXFieldListUtil.isTagValueEquals(FIXField field,
String value)
Compare Field's raw value to passed String constant.
|
static void |
RawFIXUtil.returnObj(FIXField field) |
FIXField |
FIXFieldListAdapter.set(int index,
FIXField element)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FIXFieldListAdapter.add(List<FIXField> list)
Deprecated.
|
boolean |
FIXFieldListAdapter.addAll(Collection<? extends FIXField> c)
Deprecated.
|
boolean |
FIXFieldListAdapter.addAll(int index,
Collection<? extends FIXField> c)
Deprecated.
|
Constructor and Description |
---|
FIXFieldList(List<FIXField> message) |
FIXFieldListAdapter(List<FIXField> message)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected FIXField[] |
FIXFieldStorage.fixFields |
Modifier and Type | Method and Description |
---|---|
FIXField |
FIXFieldStorage.getField(int index) |
Modifier and Type | Method and Description |
---|---|
void |
FIXFieldStorage.setField(int index,
FIXField val) |
Modifier and Type | Method and Description |
---|---|
FIXField |
ValidationFIXMessage.getTag(Integer reqTag) |
Modifier and Type | Method and Description |
---|---|
List<FIXField> |
FIXEntry.getFields() |
Constructor and Description |
---|
FIXEntry(List<FIXField> fields,
List<FIXRepeatingGroup> repeatingGroups) |
Modifier and Type | Method and Description |
---|---|
int |
FIXUtil.countLengthForGroupUnit(FIXField[] message,
int indexOfGroupTags,
int startGroupTag,
FIXField lengthOfGroupTag,
Set<Integer> stackOfGroupsTag,
String messageType,
int rootGroupStartTag)
Counts the group length.
|
int |
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(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.
|
Modifier and Type | Method and Description |
---|---|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated.
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text)
Deprecated.
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated.
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field)
Deprecated.
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field,
String text)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionParameters.addHeaderField(FIXField field)
Add user defined field.
|
void |
SessionParameters.addOutgoingLoginField(FIXField field)
Deprecated.
|
FIXFieldList |
FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectedMessage,
FIXField rejectField,
int rejectReason,
String rejectText)
Deprecated.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.