Class FixDictionary

java.lang.Object
quickfix.DataDictionary
com.iamsoft.fixparser.FixDictionary

public class FixDictionary extends quickfix.DataDictionary
  • Nested Class Summary

    Nested classes/interfaces inherited from class quickfix.DataDictionary

    quickfix.DataDictionary.GroupInfo
  • Field Summary

    Fields inherited from class quickfix.DataDictionary

    ANY_VALUE, HEADER_ID, TRAILER_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
    FixDictionary(InputStream pInputStream, String pClasspath)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class quickfix.DataDictionary

    getExtensionPack, getFieldName, getFieldTag, getFieldType, getFullVersion, getGroup, getMajorVersion, getMinorVersion, getMsgType, getNumMessageCategories, getOrderedFields, getServicePack, getValue, getValueName, getVersion, hasFieldValue, isAdminMessage, isAllowUnknownMessageFields, isAppMessage, isCheckFieldsHaveValues, isCheckFieldsOutOfOrder, isCheckUnorderedGroupFields, isCheckUserDefinedFields, isDataField, isField, isFieldValue, isGroup, isHeaderField, isHeaderGroup, isMsgField, isMsgType, isRequiredField, isRequiredHeaderField, isRequiredTrailerField, isTrailerField, setAllowUnknownMessageFields, setCheckFieldsHaveValues, setCheckFieldsOutOfOrder, setCheckUnorderedGroupFields, setCheckUserDefinedFields, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FixDictionary

      public FixDictionary(InputStream pInputStream, String pClasspath) throws quickfix.ConfigError
      Throws:
      quickfix.ConfigError
  • Method Details

    • getClasspath

      public String getClasspath()