Uses of Class
org.marketcetera.util.quickfix.AnalyzedField
-
Packages that use AnalyzedField Package Description org.marketcetera.util.quickfix Miscellaneous utilities for QuickFIX/J. -
-
Uses of AnalyzedField in org.marketcetera.util.quickfix
Fields in org.marketcetera.util.quickfix with type parameters of type AnalyzedField Modifier and Type Field Description private List<AnalyzedField>AnalyzedMessage. mBodyprivate List<AnalyzedField>AnalyzedGroup. mFieldsprivate List<AnalyzedField>AnalyzedMessage. mHeaderprivate List<AnalyzedField>AnalyzedMessage. mTrailerMethods in org.marketcetera.util.quickfix that return types with arguments of type AnalyzedField Modifier and Type Method Description List<AnalyzedField>AnalyzedMessage. getBody()Returns the analyzed fields that comprise the receiver's body.List<AnalyzedField>AnalyzedGroup. getFields()Returns the receiver's fields.List<AnalyzedField>AnalyzedMessage. getHeader()Returns the analyzed fields that comprise the receiver's header.List<AnalyzedField>AnalyzedMessage. getTrailer()Returns the analyzed fields that comprise the receiver's trailer.Method parameters in org.marketcetera.util.quickfix with type arguments of type AnalyzedField Modifier and Type Method Description (package private) static voidAnalyzedMessage. analyzeFields(quickfix.DataDictionary nameQDict, quickfix.DataDictionary scopeQDict, quickfix.FieldMap qMap, String msgType, Iterator<?> qFields, List<AnalyzedField> list)Analyzes the given QuickFIX/J fields that are part of the given field map, and appends the results of the analysis to the given list.(package private) static voidAnalyzedMessage. printFields(PrintStream stream, String prefix, List<AnalyzedField> list)Prints the given field list onto the given stream.private voidAnalyzedMessage. printSection(PrintStream stream, I18NBoundMessage title, List<AnalyzedField> list)Prints the given section title and fields of the receiver onto the given stream.
-