|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.quickfix.AnalyzedGroup
public class AnalyzedGroup
Analyzes a QuickFIX/J group, producing a human-readable representation of its contents.
| Method Summary | |
|---|---|
List<AnalyzedField> |
getFields()
Returns the receiver's fields. |
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 List<AnalyzedField> getFields()
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 | |||||||||