quickfix
Class DataDictionary.GroupInfo

java.lang.Object
  extended by quickfix.DataDictionary.GroupInfo
Enclosing class:
DataDictionary

public static final class DataDictionary.GroupInfo
extends java.lang.Object

Contains meta-data for FIX repeating groups


Method Summary
 boolean equals(java.lang.Object other)
           
 DataDictionary getDataDictionary()
           
 int getDelimeterField()
          Returns the delimeter field used to start a repeating group instance.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataDictionary

public DataDictionary getDataDictionary()

getDelimeterField

public int getDelimeterField()
Returns the delimeter field used to start a repeating group instance.

Returns:
delimeter field

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object