|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.client.model.message.AbstractFIXElement
net.sourceforge.fixagora.basis.client.model.message.FIXGroup
public class FIXGroup
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 |
---|
public FIXGroup(java.lang.String name, int number, AbstractFIXElement.FieldType fieldType, java.util.List<AbstractFIXElement> fixFields)
name
- the namenumber
- the numberfieldType
- the field typefixFields
- the fix fieldsMethod Detail |
---|
public int getDepth()
AbstractFIXElement
getDepth
in class AbstractFIXElement
public int[] getFieldOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |