public class AnalyzedMessage extends Object
| Constructor and Description |
|---|
AnalyzedMessage(DataDictionary qDict,
Message qMsg)
Creates a new analyzed message for the given QuickFIX/J
message, interpreted using the given data dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public AnalyzedMessage(DataDictionary qDict, Message qMsg)
qDict - The data dictionary.qMsg - The message.public List<AnalyzedField> getHeader()
public List<AnalyzedField> getBody()
public List<AnalyzedField> getTrailer()
public Exception getValidationException()
public void print(PrintStream stream)
stream - The stream.Copyright © 2015. All Rights Reserved.