|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.quickfix.AnalyzedMessage
public class AnalyzedMessage
Analyzes a QuickFIX/J message, producing a human-readable representation of its contents.
| Constructor Summary | |
|---|---|
AnalyzedMessage(DataDictionary qDict,
Message qMsg)
Creates a new analyzed message for the given QuickFIX/J message, interpreted using the given data dictionary. |
|
| Method Summary | |
|---|---|
List<AnalyzedField> |
getBody()
Returns the analyzed fields that comprise the receiver's body. |
List<AnalyzedField> |
getHeader()
Returns the analyzed fields that comprise the receiver's header. |
List<AnalyzedField> |
getTrailer()
Returns the analyzed fields that comprise the receiver's trailer. |
Exception |
getValidationException()
Returns the receiver's validation exception. |
void |
print(PrintStream stream)
Prints the receiver onto the given stream. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzedMessage(DataDictionary qDict,
Message qMsg)
qDict - The data dictionary.qMsg - The message.| Method Detail |
|---|
public List<AnalyzedField> getHeader()
public List<AnalyzedField> getBody()
public List<AnalyzedField> getTrailer()
public Exception getValidationException()
public void print(PrintStream stream)
stream - The stream.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||