|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.quickfix.AnalyzedField
public class AnalyzedField
Analyzes a QuickFIX/J field, producing a human-readable representation of its contents.
| Method Summary | |
|---|---|
List<AnalyzedGroup> |
getGroups()
Returns the receiver's groups. |
String |
getName()
Returns the receiver's name. |
Field<?> |
getQField()
Returns the receiver's QuickFIX/J field. |
int |
getQFieldTag()
Returns the receiver's QuickFIX/J field tag. |
Object |
getQFieldValue()
Returns the receiver's QuickFIX/J field value. |
String |
getQFieldValueAsString()
Returns the receiver's QuickFIX/J field value in string form. |
FieldType |
getQType()
Returns the receiver's QuickFIX/J field type. |
boolean |
getRequired()
Returns true if the receiver is a required field. |
String |
getValue()
Returns the receiver's (analyzed) value. |
void |
print(PrintStream stream,
String prefix)
Prints the receiver onto the given stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Field<?> getQField()
public FieldType getQType()
public String getName()
public boolean getRequired()
public String getValue()
public List<AnalyzedGroup> getGroups()
public int getQFieldTag()
public Object getQFieldValue()
public String getQFieldValueAsString()
public void print(PrintStream stream,
String prefix)
stream - The stream.prefix - The prefix.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||