|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixpusher.model.message.AbstractFIXElement
public abstract class AbstractFIXElement
The Class AbstractFIXElement.
Nested Class Summary | |
---|---|
static class |
AbstractFIXElement.FieldType
The Enum FieldType. |
Constructor Summary | |
---|---|
AbstractFIXElement(java.lang.String name,
int number,
AbstractFIXElement.FieldType fieldType,
java.util.List<AbstractFIXElement> fixFields)
Instantiates a new abstract fix element. |
Method Summary | |
---|---|
boolean |
atLeastOneSet(quickfix.FieldMap fieldMap)
At least one set. |
java.util.List<AbstractFIXElement> |
getAbstractFIXElements()
Gets the abstract fix elements. |
abstract int |
getDepth()
Gets the depth. |
AbstractFIXElement.FieldType |
getFieldType()
Gets the field type. |
FontProperties |
getFontProperties()
Gets the font properties. |
java.lang.String |
getName()
Gets the name. |
int |
getNumber()
Gets the number. |
void |
setFontProperties(FontProperties fontProperties)
Sets the font properties. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractFIXElement(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 boolean atLeastOneSet(quickfix.FieldMap fieldMap)
fieldMap
- the field map
public java.util.List<AbstractFIXElement> getAbstractFIXElements()
public abstract int getDepth()
public AbstractFIXElement.FieldType getFieldType()
public FontProperties getFontProperties()
public java.lang.String getName()
public int getNumber()
public void setFontProperties(FontProperties fontProperties)
fontProperties
- the new font propertiespublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |