biz.onixs.fix.parser.dialect
Class DialectField

java.lang.Object
  extended by biz.onixs.fix.parser.dialect.DialectField

public class DialectField
extends Object


Constructor Summary
DialectField(Version version, String msgType, int tag, boolean isRequired)
          Constructor.
DialectField(Version version, String msgType, int tag, boolean isRequired, int[] groupLeadingTags)
           
 
Method Summary
 int[] getAncestorGroups()
           
 DialectMode getMode()
           
 String getMsgType()
           
 int getTag()
           
 Version getVersion()
           
 boolean hasAncestors()
           
 boolean isRequired()
           
 void setAncestorGroups(int[] ancestorGroups)
           
 void setMode(DialectMode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialectField

public DialectField(Version version,
                    String msgType,
                    int tag,
                    boolean isRequired)
Constructor.

Parameters:
version - FIX version.
msgType - Message type.
tag - Tag number.
isRequired - If 'true' then the field is required, otherwise - allowed.

DialectField

public DialectField(Version version,
                    String msgType,
                    int tag,
                    boolean isRequired,
                    int[] groupLeadingTags)
Method Detail

getMsgType

public String getMsgType()

getTag

public int getTag()

isRequired

public boolean isRequired()

getVersion

public Version getVersion()

getAncestorGroups

public int[] getAncestorGroups()

hasAncestors

public boolean hasAncestors()

getMode

public DialectMode getMode()

setMode

public void setMode(DialectMode mode)

setAncestorGroups

public void setAncestorGroups(int[] ancestorGroups)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.