org.marketcetera.util.quickfix
Class AnalyzedGroup

java.lang.Object
  extended by org.marketcetera.util.quickfix.AnalyzedGroup

public class AnalyzedGroup
extends Object

Analyzes a QuickFIX/J group, producing a human-readable representation of its contents.

Since:
1.0.0
Version:
$Id: AnalyzedGroup.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

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

getFields

public List<AnalyzedField> getFields()
Returns the receiver's fields.

Returns:
The fields.

print

public void print(PrintStream stream,
                  String prefix)
Prints the receiver onto the given stream. Each line printed is preceded by the given prefix.

Parameters:
stream - The stream.
prefix - The prefix.


Copyright © 2012. All Rights Reserved.