Uses of Class
com.epam.fix.validation.beans.Field

Packages that use Field
com.epam.fix.validation.engine.fixmessage.builder   
com.epam.fix.validation.engine.utils   
com.epam.fix.validation.engine.utils.cache   
 

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

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

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

Methods in com.epam.fix.validation.engine.utils that return Field
 Field FIXUtil.getField(String msgType, Integer tag)
          Gets the field.
 

Methods in com.epam.fix.validation.engine.utils that return types with arguments of type Field
 List<Field> FIXUtil.getFields(List<?> list)
          Returns list of tags of fields from input list.
 List<Field> FIXUtil.getFields(String messageType)
          Returns list of tags of fields from input list.
 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.
 

Uses of Field in com.epam.fix.validation.engine.utils.cache
 

Fields in com.epam.fix.validation.engine.utils.cache with type parameters of type Field
protected  Map<Integer,Field> AbstractCache.mapCache
           
 

Methods in com.epam.fix.validation.engine.utils.cache that return Field
 Field AbstractCache.get(Integer key)
           
 

Methods in com.epam.fix.validation.engine.utils.cache that return types with arguments of type Field
 Map<Integer,Field> BlockCache.getCache()
           
 Map<Integer,Field> GroupCache.getCache()
           
 Map<Integer,Field> BlockGroupsCache.getMapCashe()
           
 

Methods in com.epam.fix.validation.engine.utils.cache with parameters of type Field
 void AbstractCache.put(Integer key, Field value)
           
 

Method parameters in com.epam.fix.validation.engine.utils.cache with type arguments of type Field
 void BlockCache.putAllCache(Map<Integer,Field> mapCashe)
           
 void GroupCache.putAllCache(Map<Integer,Field> mapCache)
           
 

Constructor parameters in com.epam.fix.validation.engine.utils.cache with type arguments of type Field
BlockGroupsCache(String id, Map<Integer,Field> value)
          Constructor for create instance of BlockGroupsCache
 



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