biz.onixs.fix.parser.dialect
Class DialectField
java.lang.Object
biz.onixs.fix.parser.dialect.DialectField
public class DialectField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.