net.sourceforge.fixagora.basis.client.control
Class DictionaryParser

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.control.DictionaryParser

public class DictionaryParser
extends java.lang.Object

The Class DictionaryParser.


Constructor Summary
DictionaryParser(java.lang.StringBuffer stringBuffer)
          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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryParser

public DictionaryParser(java.lang.StringBuffer stringBuffer)
Instantiates a new dictionary parser.

Parameters:
stringBuffer - the string buffer
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