Uses of Class
com.epam.fix.message.FIXFieldList

Packages that use FIXFieldList
com.btobits.fixengine   
com.epam.admintool.builder   
com.epam.admintool.builder.util   
com.epam.example.icetrade.engine   
com.epam.fix.message   
com.epam.fix.validation   
com.epam.fix.validation.engine   
com.epam.fix.validation.engine.fixmessage.beans   
com.epam.fix.validation.engine.fixmessage.builder   
com.epam.fix.validation.engine.fixmessage.tree   
com.epam.fix.validation.engine.utils   
com.epam.fix.validation.engine.validators   
com.epam.fix.validation.engine.validators.condition   
com.epam.fix.validation.engine.validators.condition.operators   
com.epam.fixengine   
com.epam.fixengine.jms.adaptor   
com.epam.fixengine.session   
com.epam.fixengine.session.messagehandler   
com.epam.fixengine.session.messagehandler.global   
com.epam.fixengine.session.util   
com.epam.ice   
 

Uses of FIXFieldList in com.btobits.fixengine
 

Methods in com.btobits.fixengine that return FIXFieldList
 FIXFieldList FIXMessage.toFIXFieldList()
           
 

Constructors in com.btobits.fixengine with parameters of type FIXFieldList
FIXMessage(FIXFieldList message)
           
 

Uses of FIXFieldList in com.epam.admintool.builder
 

Methods in com.epam.admintool.builder that return FIXFieldList
 FIXFieldList CustomTagsBuilder.getCustomTags(SessionParameters sessionParameters, FIXFieldList customMessage)
          get custom tags
 

Methods in com.epam.admintool.builder with parameters of type FIXFieldList
 FIXFieldList CustomTagsBuilder.getCustomTags(SessionParameters sessionParameters, FIXFieldList customMessage)
          get custom tags
 

Uses of FIXFieldList in com.epam.admintool.builder.util
 

Methods in com.epam.admintool.builder.util with parameters of type FIXFieldList
static void TagUtil.removeTag(int tag, FIXFieldList tags)
          Removes tag from tags list.
static void TagUtil.removeTags(int[] tags, FIXFieldList tagsList)
          Removes list of tags from tagsList.
 

Uses of FIXFieldList in com.epam.example.icetrade.engine
 

Methods in com.epam.example.icetrade.engine with parameters of type FIXFieldList
 void ICETradeFacade.onNewMessage(FIXFieldList message)
           
 

Uses of FIXFieldList in com.epam.fix.message
 

Subclasses of FIXFieldList in com.epam.fix.message
 class RepeatingGroup
          User: 8 Time: 11:43:44 PM
 

Methods in com.epam.fix.message that return FIXFieldList
static FIXFieldList FIXFieldListFactory._newInstanceFromPoolForEngineParse()
           
 FIXFieldList FIXFieldList.addFIXField(int tag, byte[] bytes)
          Creates and added fix field to the end of collection.
 FIXFieldList FIXFieldList.clone()
           
 FIXFieldList FIXFieldList.deepClone(boolean borrowFromPool, boolean isNewObjectUserOwned)
           
 FIXFieldList AbstractFIXFieldList.deepCopyTo(FIXFieldList cloned)
           
 FIXFieldList MsgBuf.getFixFieldList()
           
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message)
          Parses fix message from array of bytes.
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, boolean usePool, boolean isUserOwned)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, int[] rawTags)
          Parses fix message from array of bytes.
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] buffer, int messageOffset, int messageLength)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, int messageOffset, int messageLength, int[] rawTags)
          Parses fix message from array of bytes.
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags, boolean allocateFromPool, boolean isUserOwned)
          Parses fix message from array of bytes.
static FIXFieldList RawFIXUtil.getFIXFieldList(byte[] message, RawFIXUtil.RawTags rawTags)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList list, byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList list, byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList target, MsgBuf buf, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(MsgBuf buf)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(MsgBuf buf, RawFIXUtil.RawTags rawTags)
           
static FIXFieldList RawFIXUtil.getFIXFieldListUntilTagsExists(byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags)
          Parses fix message from array of bytes.
static FIXFieldList RawFIXUtil.getFIXFieldListUtilTagsExists(byte[] message)
          Parses fix message from array of bytes.
 FIXFieldList InvalidMessageException.getInvalidMessage()
           
protected abstract  FIXFieldList AbstractFIXFieldList.makeStandalone()
           
protected  FIXFieldList FIXFieldList.makeStandalone()
           
protected  FIXFieldList FIXFieldList.newEmptyInstance(boolean isNewObjectUserOwned)
           
static FIXFieldList FIXFieldListFactory.newInstance(boolean fromPool, boolean isUserOwned)
           
static FIXFieldList FIXFieldListFactory.newInstanceFromPool()
           
static FIXFieldList FIXFieldListFactory.newInstanceFromPool(boolean isUserOwned)
           
 FIXFieldList PreparedMessageUtil.prepareMessage(byte[] msgType, MessageStructure userStructure)
          Builds FIXFieldList object with specified type, message structure and prefilled header information
 FIXFieldList PreparedMessageUtil.prepareMessage(byte[] msgType, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object with specified type, message structure and prefilled header information
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, byte[] msgType, MessageStructure userStructure)
           
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, byte[] msgType, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template with specified message type, message structure and prefilled header and trailer.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList message, MessageStructure userStructure)
          Builds FIXFieldList object from exist template.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList message, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, String msgType, MessageStructure userStructure)
          Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, String msgType, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.
 FIXFieldList PreparedMessageUtil.prepareMessage(String msgTypeStr, MessageStructure userStructure)
          Builds FIXFieldList object with specified type, message structure and prefilled header information
 FIXFieldList PreparedMessageUtil.prepareMessage(String msgTypeStr, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object with specified type, message structure and prefilled header information
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, byte[] type, MessageStructure structure)
          Builds FIXFieldList object from String object.
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, byte[] type, MessageStructure structure, boolean fromPool)
          Builds FIXFieldList object from String object.
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, MessageStructure structure)
          Builds FIXFieldList object from String object.
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, MessageStructure structure, boolean fromPool)
          Builds FIXFieldList object from String object.
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, String type, MessageStructure structure)
          Builds FIXFieldList object from String object.
 FIXFieldList PreparedMessageUtil.prepareMessageFromString(byte[] message, String type, MessageStructure structure, boolean fromPool)
          Builds FIXFieldList object from String object.
 

Methods in com.epam.fix.message that return types with arguments of type FIXFieldList
 List<FIXFieldList> AbstractFIXFieldList.split(int tag)
          Utility method that splits current message into the repeating groups based on first mandatory tag in the repeating group (always first tag in the repeating group).
 

Methods in com.epam.fix.message with parameters of type FIXFieldList
 void FIXFieldListAdapter.add(FIXFieldList list)
           
 void RepeatingGroup.add(FIXFieldList alist)
           
 boolean AbstractFIXFieldList.addAll(FIXFieldList list)
           
 FIXFieldList AbstractFIXFieldList.deepCopyTo(FIXFieldList cloned)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList list, byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList list, byte[] message, int messageOffset, int messageLength, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse)
           
static FIXFieldList RawFIXUtil.getFIXFieldList(FIXFieldList target, MsgBuf buf, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse)
           
static void FIXFieldListHelper.getMessageBuffer(FIXFieldList msg, MsgBuf buf)
           
static int RawFIXUtil.getRawTagLengthFromPreviousField(FIXFieldList list)
           
static boolean FIXFieldListUtil.isEqualIgnoreOrder(FIXFieldList message1, FIXFieldList message2)
          Compares two message, the order of tag is ignored.
static boolean FIXFieldListUtil.isGapFill(FIXFieldList message)
          Returns true if message has the 123 tag and value is equals 'Y'.
static boolean FIXFieldListUtil.isIgnorableMsg(FIXFieldList message)
          Methods checks if message has 4 or A type.
static boolean FIXFieldListUtil.isLogin(FIXFieldList message)
          Checks if message type is login.
static boolean FIXFieldListUtil.isLogout(FIXFieldList message)
          Checks if message type is logout.
static boolean FIXFieldListUtil.isMessageType(FIXFieldList message, byte[] msgType)
          Checks the message type.
static boolean FIXFieldListUtil.isMessageType(FIXFieldList message, String msgType)
          Deprecated. 
static boolean FIXFieldListUtil.isPosDup(FIXFieldList message)
          Returns true if message has the 43 tag.
static boolean FIXFieldListUtil.isResetLogon(FIXFieldList message)
          Returns true if message is logon and has 34=1 and 141=Y
static boolean FIXFieldListUtil.isSeqReset(FIXFieldList message)
          Checks if message type is logout.
static boolean RawFIXUtil.isSessionLevelMessage(FIXFieldList message)
           
static boolean FIXFieldListUtil.isTagValueEquals(FIXFieldList message, int tag, byte[] value)
          Checks is tag exist and value equals.
static boolean FIXFieldListUtil.isTagValueEquals(FIXFieldList message, int tag, String value)
          Checks is tag exist and value equals.
static void FIXFieldListHelper.mapTagInBuffer(FIXFieldList msg, int tag, int offset, int length)
           
static boolean FIXFieldListHelper.needCloneOnSend(FIXFieldList msg)
           
static boolean FIXFieldListHelper.needReleaseAfterSend(FIXFieldList msg)
           
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, byte[] msgType, MessageStructure userStructure)
           
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, byte[] msgType, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template with specified message type, message structure and prefilled header and trailer.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList message, MessageStructure userStructure)
          Builds FIXFieldList object from exist template.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList message, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, String msgType, MessageStructure userStructure)
          Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.
 FIXFieldList PreparedMessageUtil.prepareMessage(FIXFieldList template, String msgType, MessageStructure userStructure, boolean fromPool)
          Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.
static void RawFIXUtil.returnObj(FIXFieldList fieldList)
           
static void FIXFieldListHelper.setBuffer(FIXFieldList msg, byte[] buf, int offset, int length)
           
 void MsgBuf.setFixFieldList(FIXFieldList fixFieldList)
           
static void FIXFieldListHelper.setIsMessageIncomplete(FIXFieldList msg, boolean isMessageIncomplete)
           
static void FIXFieldListHelper.shiftBuffer(FIXFieldList msg, byte[] buf, int offset, int length)
           
 

Constructors in com.epam.fix.message with parameters of type FIXFieldList
AbstractFIXFieldList(FIXFieldList message)
          Deprecated. 
FIXFieldList(FIXFieldList message)
           
FIXFieldListAdapter(FIXFieldList message)
           
InvalidMessageException(FIXFieldList invalidMessage)
           
InvalidMessageException(FIXFieldList invalidMessage, String cause)
           
InvalidMessageException(FIXFieldList invalidMessage, String cause, boolean critical)
           
MessageValidationException(FIXFieldList invalidMessage, TagValue tagValue, FIXErrorCode errorCode, String description, boolean critical)
           
MessageValidationException(FIXFieldList invalidMessage, ValidationResult result, String description)
           
MessageValidationException(FIXFieldList invalidMessage, ValidationResult result, String description, boolean critical)
           
 

Uses of FIXFieldList in com.epam.fix.validation
 

Methods in com.epam.fix.validation with parameters of type FIXFieldList
 ValidationResult DummyMessageValidator.validate(FIXFieldList message)
           
 ValidationResult MessageValidator.validate(FIXFieldList message)
          Validates the message.
 void DummyMessageValidator.validate(FIXFieldList message, ValidationResult result)
           
 void MessageValidator.validate(FIXFieldList message, ValidationResult result)
          Validates the message.
 ValidationResult DummyMessageValidator.validateContent(String msgType, FIXFieldList content)
           
 ValidationResult MessageValidator.validateContent(String msgType, FIXFieldList content)
          Validates the content of message.
 FIXErrorContainer IMessageValidator.validateFIXMessage(FIXFieldList message)
          Validates the fix message.
 FIXErrorContainer IMessageValidator.validateFIXMessage(String msgType, FIXFieldList message)
          Validates the fix message.
 

Uses of FIXFieldList in com.epam.fix.validation.engine
 

Methods in com.epam.fix.validation.engine with parameters of type FIXFieldList
 FIXErrorContainer ValidationEngine.validateFIXMessage(FIXFieldList message)
           
 FIXErrorContainer ValidationEngine.validateFIXMessage(String msgType, FIXFieldList message)
          Method validateFIXMessage validates the FIXMessage.
 

Uses of FIXFieldList in com.epam.fix.validation.engine.fixmessage.beans
 

Fields in com.epam.fix.validation.engine.fixmessage.beans declared as FIXFieldList
protected  FIXFieldList ValidationFIXGroup.fixFieldList
           
 

Methods in com.epam.fix.validation.engine.fixmessage.beans that return FIXFieldList
 FIXFieldList FIXMessageMap.getFixFieldList()
           
 FIXFieldList ValidationFIXGroup.getFixFieldList()
           
 FIXFieldList ValidationFIXMessage.getFullFIXFieldList()
           
 

Methods in com.epam.fix.validation.engine.fixmessage.beans that return types with arguments of type FIXFieldList
 List<FIXFieldList> FIXGroupContainer.getFixFieldLists()
           
 

Methods in com.epam.fix.validation.engine.fixmessage.beans with parameters of type FIXFieldList
 FIXGroupContainer FIXGroupContainer.createSeparateList(ValidationFIXMessage fixMessage, FIXFieldList fixFieldList, int groupsCountTag)
           
 void ValidationFIXGroup.setFixFieldList(FIXFieldList fixFieldList)
           
 

Constructors in com.epam.fix.validation.engine.fixmessage.beans with parameters of type FIXFieldList
FIXMessageMap(int tag, FIXFieldList fixFieldList)
           
ValidationFIXGroup(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups)
           
ValidationFIXMessage(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups, FIXFieldList fullFixFieldList)
           
 

Uses of FIXFieldList in com.epam.fix.validation.engine.fixmessage.builder
 

Methods in com.epam.fix.validation.engine.fixmessage.builder with parameters of type FIXFieldList
 ValidationFIXGroupContainer ValidationFIXGroupBuilder.buildGroup(FIXFieldList fixFieldList, int groupIndex, Map<Integer,Field> groupTags, int parentGroupTag, FIXUtil fixUtil)
           
 ValidationFIXMessage ValidationFIXMessageBuilder.buildValidationFIXMessage(FIXFieldList fixFieldList)
          Creates the ValidationFIXMessage.
 

Uses of FIXFieldList in com.epam.fix.validation.engine.fixmessage.tree
 

Methods in com.epam.fix.validation.engine.fixmessage.tree with parameters of type FIXFieldList
static FIXEntry FIXFieldTreeUtil.buildMessageTree(FIXFieldList message, FIXUtil fixUtil)
           
static FIXRepeatingGroup FIXFieldTreeUtil.buildRG(int rgTagId, FIXFieldList message, FIXUtil fixUtil)
           
static FIXRepeatingGroup FIXFieldTreeUtil.buildRG(int rgTagId, int fromIndex, int toIndex, FIXFieldList message, FIXUtil fixUtil)
           
 

Uses of FIXFieldList in com.epam.fix.validation.engine.utils
 

Methods in com.epam.fix.validation.engine.utils with parameters of type FIXFieldList
 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(FIXFieldList message, int indexOfGroupTags, int startGroupTag, FIXField lengthOfGroupTag, Set<Integer> stackOfGroupsTag, String messageType, int rootGroupStartTag)
          Counts the group length.
 Map<Integer,Field> FIXUtil.getGroupsTags(String msgType, int groupTag, FIXFieldList fieldList, boolean withInternalGroup)
          Gets group tags.
 Map<Integer,Field> FIXUtil.getGroupTagsWithInternalGroups(String msgType, int groupTag, FIXFieldList fieldList)
          Gets group tags, the returned result includes the inner groups.
 Map<Integer,Field> FIXUtil.getGroupTagsWithOutInternalGroups(String msgType, int tag, FIXFieldList fieldList)
          Gets group tags, the returned result does not include the inner groups.
 boolean FIXUtil.hasRequiredTagInMessage(List<?> list, FIXFieldList fieldList)
          Checks if fields list of message contains tags from block
 boolean FIXUtil.hasRequiredTagInMessage(List<?> list, FIXFieldList fieldList, boolean withInternalGroup)
           
 

Uses of FIXFieldList in com.epam.fix.validation.engine.validators
 

Methods in com.epam.fix.validation.engine.validators with parameters of type FIXFieldList
 FIXErrorContainer MessageTypeValidator.validate(String msgType, FIXFieldList fixMessage, boolean isContentValidation)
           
protected  void ConditionalValidator.validateConditionalTags(Map<Integer,ICondition> conditionMap, ValidationFIXMessage fixMessage, FIXFieldList fixFieldList, boolean fromGroup, FIXErrorContainer errors)
           
 

Uses of FIXFieldList in com.epam.fix.validation.engine.validators.condition
 

Methods in com.epam.fix.validation.engine.validators.condition with parameters of type FIXFieldList
 boolean ICondition.isRequired(FIXFieldList msgFieldList)
          Returns true, if msgFieldList has a required tag.
 boolean ICondition.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          This method propouses for the validate condition rules.
 

Uses of FIXFieldList in com.epam.fix.validation.engine.validators.condition.operators
 

Methods in com.epam.fix.validation.engine.validators.condition.operators with parameters of type FIXFieldList
 boolean ANDValidateOperator.isRequired(FIXFieldList msgFieldList)
          Returns true, if both operands are required.
 boolean EQValidateOperator.isRequired(FIXFieldList msgFieldList)
           
 boolean ExistTagsValidateOperator.isRequired(FIXFieldList msgFieldList)
           
 boolean FalseValidateOperator.isRequired(FIXFieldList msgFieldList)
           
 boolean GreatThanValidateOperator.isRequired(FIXFieldList msgFieldList)
          Returns true, if the field value in msgFieldList is greater than that tag value, otherwise false.
 boolean INValidateOperator.isRequired(FIXFieldList msgFieldList)
          Returns true, if the tag value equals one of the array of values values.
 boolean LessThanValidateOperator.isRequired(FIXFieldList msgFieldList)
           
 boolean NOTValidateOperator.isRequired(FIXFieldList msgFieldList)
          Returns true if operand is not required.
 boolean ORValidateOperator.isRequired(FIXFieldList msgFieldList)
          Returns true, if both operands are required.
 boolean ANDValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if both operators returns true.
 boolean EQValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if the values are equal.
 boolean ExistTagsValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Checks if all tags exists in msgFieldList .
 boolean FalseValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Always returns false.
 boolean GreatThanValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if the tag value in msgFieldList is greater than value , otherwise false.
 boolean INValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if the tag value equals one of the array of values .
 boolean LessThanValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
           
 boolean NOTValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if operand is true.
 boolean ORValidateOperator.validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
          Returns true, if one of the operators returns true.
 

Uses of FIXFieldList in com.epam.fixengine
 

Methods in com.epam.fixengine that return FIXFieldList
 FIXFieldList FIXMessageFactory.completeMessage(String msgType, FIXFieldList content)
          Completes the message.
 FIXFieldList SessionParameters.getFixFieldList()
          Gets user defined fields.
 FIXFieldList SessionParameters.getIncomingLoginFixFieldList()
          Gets incoming login fields.
 FIXFieldList SessionParameters.getOutgoingLoginFixFieldList()
          Gets outgoing login fields.
 FIXFieldList FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectedMessage, FIXField rejectField, int rejectReason, String rejectText)
          Deprecated. 
 FIXFieldList FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectMessage, int refTagId, int rejectReason, String rejectText)
          Creates reject message.
 FIXFieldList FIXSession.prepareMessage(FIXFieldList message, MessageStructure structure)
          Builds FIXFieldList object from FIXFieldList object.
 FIXFieldList FIXSession.prepareMessage(FIXFieldList message, String type, MessageStructure structure)
          Builds FIXFieldList object from FIXFieldList object.
 FIXFieldList FIXSession.prepareMessage(String msgType, MessageStructure userStructure)
          Builds FIXFieldList object with specified type, message structure and prefilled header information
 FIXFieldList FIXSession.prepareMessageFromString(byte[] message, MessageStructure structure)
          Builds FIXFieldList object from String object.
 FIXFieldList FIXSession.prepareMessageFromString(byte[] message, String type, MessageStructure structure)
          Builds FIXFieldList object from String object.
 

Methods in com.epam.fixengine with parameters of type FIXFieldList
 FIXFieldList FIXMessageFactory.completeMessage(String msgType, FIXFieldList content)
          Completes the message.
 FIXFieldList FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectedMessage, FIXField rejectField, int rejectReason, String rejectText)
          Deprecated. 
 FIXFieldList FIXMessageFactory.getRejectForMessageTag(FIXFieldList rejectMessage, int refTagId, int rejectReason, String rejectText)
          Creates reject message.
 void FIXMessageListener.onNewMessage(FIXFieldList message)
          This method is invoked every time when FIX Engine receives application message.
 void RejectMessageListener.onRejectMessage(FIXFieldList message)
          On remove message from sending queue.
 FIXFieldList FIXSession.prepareMessage(FIXFieldList message, MessageStructure structure)
          Builds FIXFieldList object from FIXFieldList object.
 FIXFieldList FIXSession.prepareMessage(FIXFieldList message, String type, MessageStructure structure)
          Builds FIXFieldList object from FIXFieldList object.
 boolean FIXSession.sendAsIs(FIXFieldList message)
          Convenient method to send out FIX message based on the message type and message content.
 boolean FIXSession.sendAsIs(FIXFieldList message, int optionMask)
          Convenient method to send out FIX message based on the message type and message content.
 boolean FIXSession.sendMessage(FIXFieldList message)
          Convenient method to send out user built FIX message.
 boolean FIXSession.sendMessage(FIXFieldList message, int optionMask)
          Convenient method to send out user built FIX message.
 boolean FIXSession.sendMessage(String msgType, FIXFieldList content)
          Convenient method to send out FIX message based on the message type and message content.
 boolean FIXSession.sendMessage(String msgType, FIXFieldList content, int optionMask)
          Convenient method to send out FIX message based on the message type and message content.
 boolean FIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType)
          Convenient method to send out FIX message based on the message type and message content.
 boolean FIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType, int optionMask)
          Convenient method to send out FIX message based on the message type and message content.
 void FIXMessageFactory.serialize(FIXFieldList content, ChangesType changesType, ByteBuffer buffer, SerializationContext context)
          Build message based on a type and content.
 void FIXMessageFactory.serialize(MsgBuf buf, String msgType, FIXFieldList content, ByteBuffer buffer, SerializationContext context)
          Build message based on a type and content.
 void SessionParameters.setFixFieldList(FIXFieldList fixFieldList)
          Sets user defined fields.
 void SessionParameters.setIncomingLoginFixFieldList(FIXFieldList incomingLoginFixFieldList)
          Sets incoming login fields.
 void SessionParameters.setOutgoingLoginFixFieldList(FIXFieldList outgoingLoginFixFieldList)
          Sets outgoing login fields.
 

Uses of FIXFieldList in com.epam.fixengine.jms.adaptor
 

Methods in com.epam.fixengine.jms.adaptor with parameters of type FIXFieldList
 void FIXJMSAdaptor.sendMessage(FIXFieldList fixMsg)
           
 

Uses of FIXFieldList in com.epam.fixengine.session
 

Methods in com.epam.fixengine.session that return FIXFieldList
 FIXFieldList AbstractFIXSession.prepareMessage(FIXFieldList message, MessageStructure structure)
           
 FIXFieldList AbstractFIXSession.prepareMessage(FIXFieldList message, String type, MessageStructure structure)
           
 FIXFieldList AbstractFIXSession.prepareMessage(String msgType, MessageStructure userStructure)
           
 FIXFieldList AbstractFIXSession.prepareMessageFromString(byte[] message, MessageStructure structure)
           
 FIXFieldList AbstractFIXSession.prepareMessageFromString(byte[] message, String type, MessageStructure structure)
           
 

Methods in com.epam.fixengine.session with parameters of type FIXFieldList
 FIXFieldList AbstractFIXSession.prepareMessage(FIXFieldList message, MessageStructure structure)
           
 FIXFieldList AbstractFIXSession.prepareMessage(FIXFieldList message, String type, MessageStructure structure)
           
 boolean AbstractFIXSession.sendAsIs(FIXFieldList message)
           
 boolean AbstractFIXSession.sendAsIs(FIXFieldList message, int options)
           
 boolean AbstractFIXSession.sendMessage(FIXFieldList message)
           
 boolean AbstractFIXSession.sendMessage(FIXFieldList message, int optionMask)
           
 boolean AbstractFIXSession.sendMessage(String type, FIXFieldList content)
           
 boolean AbstractFIXSession.sendMessage(String type, FIXFieldList content, int optionMask)
           
 int AbstractFIXSession.sendMessageAndGetQueueSize(FIXFieldList message, int optionMask)
           
 int ExtendedFIXSession.sendMessageAndGetQueueSize(FIXFieldList message, int optionMask)
          Do the same that FIXSession.sendMessage(FIXFieldList, int) and return queue size.
 int AbstractFIXSession.sendMessageAndGetQueueSize(String type, FIXFieldList content, int optionMask)
           
 int ExtendedFIXSession.sendMessageAndGetQueueSize(String type, FIXFieldList content, int optionMask)
          Do the same that FIXSession.sendMessage(String, FIXFieldList, int) and return queue size.
 boolean AbstractFIXSession.sendMessageOutOfTurn(String type, FIXFieldList message)
           
 boolean ExtendedFIXSession.sendMessageOutOfTurn(String msgType, FIXFieldList message)
          Sends message out of turn.
 boolean AbstractFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType)
           
 boolean AbstractFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType, int options)
           
 int AbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content, ChangesType allowedChangesType)
           
 int AbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content, ChangesType allowedChangesType, int options)
           
 int ExtendedFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content, ChangesType allowedChangesType, int options)
          Do the same that FIXSession.sendWithChanges(FIXFieldList, ChangesType, int) and return queue size.
 

Uses of FIXFieldList in com.epam.fixengine.session.messagehandler
 

Methods in com.epam.fixengine.session.messagehandler with parameters of type FIXFieldList
 void AbstractGlobalMessageHandler.callNextHandler(FIXFieldList message)
          Invokes the next message handler.
 void HandlerChain.onNewMessage(FIXFieldList message)
           
 

Uses of FIXFieldList in com.epam.fixengine.session.messagehandler.global
 

Methods in com.epam.fixengine.session.messagehandler.global with parameters of type FIXFieldList
 void DeliverToCompIdMessageHandler.onNewMessage(FIXFieldList message)
           
 

Uses of FIXFieldList in com.epam.fixengine.session.util
 

Fields in com.epam.fixengine.session.util declared as FIXFieldList
 FIXFieldList FIXFieldListWithType.list
           
 

Methods in com.epam.fixengine.session.util that return FIXFieldList
protected  FIXFieldList FIXFieldListWithType.cloneOnSend(FIXFieldList list)
           
 FIXFieldList FIXFieldListWithType.getList()
          Gets list of fields.
 

Methods in com.epam.fixengine.session.util with parameters of type FIXFieldList
protected  FIXFieldList FIXFieldListWithType.cloneOnSend(FIXFieldList list)
           
 void FIXFieldListWithType.init(FIXFieldList content, ChangesType changesType)
           
 void FIXFieldListWithType.init(FIXFieldList content, String type)
           
 

Constructors in com.epam.fixengine.session.util with parameters of type FIXFieldList
FIXFieldListWithType(FIXFieldList content, ChangesType changesType)
          Deprecated. 
FIXFieldListWithType(FIXFieldList content, String type)
          Deprecated. 
 

Uses of FIXFieldList in com.epam.ice
 

Methods in com.epam.ice with parameters of type FIXFieldList
 void ICETradeCapture.onNewMessage(FIXFieldList message)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.