com.teraspaces.qwfix
Class FIXSchemaTrailer

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<FIXSchemaMessageFieldBase>
              extended by com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
                  extended by com.teraspaces.qwfix.FIXSchemaTrailer
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FIXSchemaMessageFieldBase>, Collection<FIXSchemaMessageFieldBase>, List<FIXSchemaMessageFieldBase>, RandomAccess

public final class FIXSchemaTrailer
extends FIXSchemaMessageFieldCollection

Represents a trailer in FIX protocol. This class cannot be inherited.

See Also:
Serialized Form

Constructor Summary
FIXSchemaTrailer(FIXSchema schema, String description)
          Instantiates a new fIX schema trailer.
 
Method Summary
 
Methods inherited from class com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
add, add, addAll, addAll, clear, equals, 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
 
Methods inherited from class java.util.AbstractList
hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, hashCode, iterator, listIterator, listIterator, subList
 

Constructor Detail

FIXSchemaTrailer

public FIXSchemaTrailer(FIXSchema schema,
                        String description)
Instantiates a new fIX schema trailer.

Parameters:
schema - the schema
description - the description