Uses of Class
net.sourceforge.fixpusher.control.DictionaryParser

Packages that use DictionaryParser
net.sourceforge.fixpusher.model Provides classes defining the data structure. 
net.sourceforge.fixpusher.model.message Provides classes defining the data structure of a FIX message. 
 

Uses of DictionaryParser in net.sourceforge.fixpusher.model
 

Methods in net.sourceforge.fixpusher.model that return DictionaryParser
 DictionaryParser FIXProperties.getDictionaryParser()
          Gets the dictionary parser.
 

Uses of DictionaryParser in net.sourceforge.fixpusher.model.message
 

Constructors in net.sourceforge.fixpusher.model.message with parameters of type DictionaryParser
FIXMessage(java.lang.String name, java.lang.String messageType, java.lang.String messageCat, java.util.List<AbstractFIXElement> fixMessageEntries, DictionaryParser dictionaryParser)
          Instantiates a new fIX message.