com.epam.fix.validation.engine.fixmessage.tree
Class FIXFieldTreeUtil

java.lang.Object
  extended by com.epam.fix.validation.engine.fixmessage.tree.FIXFieldTreeUtil

public class FIXFieldTreeUtil
extends Object

User: Mykhailo_Sereda Date: 24.05.12 Time: 16:27


Constructor Summary
FIXFieldTreeUtil()
           
 
Method Summary
static FIXEntry buildMessageTree(FIXFieldList message, FIXUtil fixUtil)
           
static FIXRepeatingGroup buildRG(int rgTagId, FIXFieldList message, FIXUtil fixUtil)
           
static FIXRepeatingGroup buildRG(int rgTagId, int fromIndex, int toIndex, FIXFieldList message, FIXUtil fixUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXFieldTreeUtil

public FIXFieldTreeUtil()
Method Detail

buildMessageTree

public static FIXEntry buildMessageTree(FIXFieldList message,
                                        FIXUtil fixUtil)

buildRG

public static FIXRepeatingGroup buildRG(int rgTagId,
                                        FIXFieldList message,
                                        FIXUtil fixUtil)

buildRG

public static FIXRepeatingGroup buildRG(int rgTagId,
                                        int fromIndex,
                                        int toIndex,
                                        FIXFieldList message,
                                        FIXUtil fixUtil)


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