|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FIXField in com.epam.fix.message |
---|
Methods in com.epam.fix.message that return FIXField | |
---|---|
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. |
Methods in com.epam.fix.message that return types with arguments of type FIXField | |
---|---|
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. |
Methods in com.epam.fix.message with parameters of type FIXField | |
---|---|
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. |
Method parameters in com.epam.fix.message with type arguments of type FIXField | |
---|---|
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 parameters in com.epam.fix.message with type arguments of type FIXField | |
---|---|
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 FIXField | |
---|---|
protected FIXField[] |
FIXFieldStorage.fixFields
|
Methods in com.epam.fix.message.storage that return FIXField | |
---|---|
FIXField |
FIXFieldStorage.getField(int index)
|
Methods in com.epam.fix.message.storage with parameters of type FIXField | |
---|---|
void |
FIXFieldStorage.setField(int index,
FIXField val)
|
Uses of FIXField in com.epam.fix.validation.engine.fixmessage.beans |
---|
Methods in com.epam.fix.validation.engine.fixmessage.beans that return FIXField | |
---|---|
FIXField |
ValidationFIXMessage.getTag(Integer reqTag)
|
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 FIXField | |
---|---|
List<FIXField> |
FIXEntry.getFields()
|
Constructor parameters in com.epam.fix.validation.engine.fixmessage.tree with type arguments of type FIXField | |
---|---|
FIXEntry(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 FIXField | |
---|---|
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. |
Uses of FIXField in com.epam.fix.validation.error |
---|
Methods in com.epam.fix.validation.error with parameters of type FIXField | |
---|---|
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. |
Uses of FIXField in com.epam.fixengine |
---|
Methods in com.epam.fixengine with parameters of type FIXField | |
---|---|
void |
SessionParameters.addHeaderField(FIXField field)
Add user defined field. |
void |
SessionParameters.addIncomingLoginField(FIXField field)
Added incoming login field. |
void |
SessionParameters.addOutgoingLoginField(FIXField field)
Deprecated. |
FIXFieldList |
FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectedMessage,
FIXField rejectField,
int rejectReason,
String rejectText)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |