|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.FieldMap
quickfix.Group
public class Group
Represents a repeating field group within a message.
Constructor Summary | |
---|---|
Group(Group group)
Copy a group. |
|
Group(int field,
int delim)
Create a group with the specified count and delimeter fields. |
|
Group(int field,
int delim,
int[] order)
Create a group with the specified count and delimeter fields and field ordering. |
Method Summary | |
---|---|
void |
addGroup(Group group)
Add a copy of the group to the message. |
int |
delim()
|
int |
field()
Deprecated. Use getFieldTag |
int |
getFieldTag()
|
Group |
getGroup(int num,
Group group)
Copy the group at the specified index into the supplied group object. |
Methods inherited from class quickfix.FieldMap |
---|
calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group(int field, int delim)
field
- the count tag numberdelim
- the delimeter tag number (first group field)public Group(Group group)
group
- the group to copypublic Group(int field, int delim, int[] order)
field
- delim
- order
- Method Detail |
---|
public int delim()
public void addGroup(Group group)
addGroup
in class FieldMap
group
- the group to copypublic Group getGroup(int num, Group group) throws FieldNotFound
getGroup
in class FieldMap
num
- the index of the group (1 based)group
- the target group object for the group fields (it will be cleared).sss
FieldNotFound
public int getFieldTag()
public int field()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |