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

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

public class FIXComponent
extends AbstractFIXElement

The Class FIXComponent.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.fixagora.basis.client.model.message.AbstractFIXElement
AbstractFIXElement.FieldType
 
Constructor Summary
FIXComponent(java.lang.String name, int number, AbstractFIXElement.FieldType fieldType, java.util.List<AbstractFIXElement> fixFields)
          Instantiates a new fIX component.
 
Method Summary
 int getDepth()
          Gets the depth.
 void removeAll(SpreadSheetFIXFieldMap fieldMap)
          Removes the all.
 
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

FIXComponent

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

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

removeAll

public void removeAll(SpreadSheetFIXFieldMap fieldMap)
Removes the all.

Parameters:
fieldMap - the field map