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

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

public class FIXEntry
extends Object

User: Mykhailo_Sereda Date: 25.05.12 Time: 12:39


Constructor Summary
FIXEntry()
           
FIXEntry(List<FIXField> fields, List<FIXRepeatingGroup> repeatingGroups)
           
 
Method Summary
 List<FIXField> getFields()
           
 List<FIXRepeatingGroup> getRepeatingGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXEntry

public FIXEntry()

FIXEntry

public FIXEntry(List<FIXField> fields,
                List<FIXRepeatingGroup> repeatingGroups)
Method Detail

getFields

public List<FIXField> getFields()

getRepeatingGroups

public List<FIXRepeatingGroup> getRepeatingGroups()


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