Uses of Class
net.sourceforge.fixagora.basis.client.model.message.FIXField.Type

Packages that use FIXField.Type
net.sourceforge.fixagora.basis.client.model.message   
 

Uses of FIXField.Type in net.sourceforge.fixagora.basis.client.model.message
 

Methods in net.sourceforge.fixagora.basis.client.model.message that return FIXField.Type
 FIXField.Type FIXField.getType()
          Gets the type.
static FIXField.Type FIXField.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FIXField.Type[] FIXField.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.fixagora.basis.client.model.message with parameters of type FIXField.Type
FIXField(java.lang.String name, int number, AbstractFIXElement.FieldType fieldType, FIXField.Type type)
          Instantiates a new fIX field.
FIXField(java.lang.String name, int number, AbstractFIXElement.FieldType fieldType, FIXField.Type type, java.util.List<FIXFieldValue> valueEnum)
          Instantiates a new fIX field.