net.sourceforge.fixagora.basis.client.model.message
Class FIXGroup

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.model.message.AbstractFIXElement
      extended by net.sourceforge.fixagora.basis.client.model.message.FIXGroup

public class FIXGroup
extends AbstractFIXElement

The Class FIXGroup.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.fixagora.basis.client.model.message.AbstractFIXElement
AbstractFIXElement.FieldType
 
Constructor Summary
FIXGroup(java.lang.String name, int number, AbstractFIXElement.FieldType fieldType, java.util.List<AbstractFIXElement> fixFields)
          Instantiates a new fIX group.
 
Method Summary
 int getDepth()
          Gets the depth.
 int[] getFieldOrder()
          Gets the field order.
 
Methods inherited from class net.sourceforge.fixagora.basis.client.model.message.AbstractFIXElement
atLeastOneSet, getAbstractFIXElements, getFieldType, getFontProperties, getName, getNumber, setFontProperties, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIXGroup

public FIXGroup(java.lang.String name,
                int number,
                AbstractFIXElement.FieldType fieldType,
                java.util.List<AbstractFIXElement> fixFields)
Instantiates a new fIX group.

Parameters:
name - the name
number - the number
fieldType - the field type
fixFields - the fix fields
Method Detail

getDepth

public int getDepth()
Description copied from class: AbstractFIXElement
Gets the depth.

Specified by:
getDepth in class AbstractFIXElement
Returns:
the depth

getFieldOrder

public int[] getFieldOrder()
Gets the field order.

Returns:
the field order