net.sourceforge.fixpusher.control
Class DictionaryParser

java.lang.Object
  extended by net.sourceforge.fixpusher.control.DictionaryParser

public class DictionaryParser
extends java.lang.Object

The Class DictionaryParser.


Constructor Summary
DictionaryParser(java.lang.String file, java.lang.String file2)
          Instantiates a new dictionary parser.
 
Method Summary
static boolean check(java.io.File file)
          Check.
 java.lang.String getDefaultApplVerID()
          Gets the default appl ver id.
 FIXMessage getFIXMessage(java.lang.String messageType)
          Gets the fIX message.
 FIXComponent getHeader()
          Gets the header.
 java.util.List<FIXMessage> getMessageList()
          Gets the message list.
 java.lang.String getMessageName(java.lang.String messageType)
          Gets the message name.
 FIXComponent getTrailer()
          Gets the trailer.
 java.lang.String getUserDefinedFieldName(java.lang.String number)
          Gets the user defined field name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryParser

public DictionaryParser(java.lang.String file,
                        java.lang.String file2)
Instantiates a new dictionary parser.

Parameters:
file - the file
file2 - the file2
Method Detail

check

public static boolean check(java.io.File file)
Check.

Parameters:
file - the file
Returns:
true, if successful

getDefaultApplVerID

public java.lang.String getDefaultApplVerID()
Gets the default appl ver id.

Returns:
the default appl ver id

getFIXMessage

public FIXMessage getFIXMessage(java.lang.String messageType)
Gets the fIX message.

Parameters:
messageType - the message type
Returns:
the fIX message

getHeader

public FIXComponent getHeader()
Gets the header.

Returns:
the header

getMessageList

public java.util.List<FIXMessage> getMessageList()
Gets the message list.

Returns:
the message list

getMessageName

public java.lang.String getMessageName(java.lang.String messageType)
Gets the message name.

Parameters:
messageType - the message type
Returns:
the message name

getTrailer

public FIXComponent getTrailer()
Gets the trailer.

Returns:
the trailer

getUserDefinedFieldName

public java.lang.String getUserDefinedFieldName(java.lang.String number)
Gets the user defined field name.

Parameters:
number - the number
Returns:
the user defined field name