com.teraspaces.qwfix
Class FIXSchemaRepeatingGroup
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<FIXSchemaMessageFieldBase>
com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
com.teraspaces.qwfix.FIXSchemaRepeatingGroup
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<FIXSchemaMessageFieldBase>, Collection<FIXSchemaMessageFieldBase>, List<FIXSchemaMessageFieldBase>, RandomAccess
public class FIXSchemaRepeatingGroup
- extends FIXSchemaMessageFieldCollection
Representing a schema of a repeating group. This class cannot be inherited.
- See Also:
- Serialized Form
| Methods inherited from class com.teraspaces.qwfix.FIXSchemaMessageFieldCollection |
add, add, addAll, addAll, clear, getDescription, getFieldByTag, getParent, getRepeatingGroupSchema, getSchema, remove, remove, removeAll, retainAll, set |
| Methods inherited from class java.util.ArrayList |
clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize |
getNumberField
public FIXSchemaField getNumberField()
- Gets the number field.
- Returns:
- the number field
isRequired
public boolean isRequired()
- Gets a value indicating whether this group is required.
- Returns:
- true, if is required
equals
public boolean equals(Object obj)
- Specified by:
equals in interface Collection<FIXSchemaMessageFieldBase>- Specified by:
equals in interface List<FIXSchemaMessageFieldBase>- Overrides:
equals in class FIXSchemaMessageFieldCollection