|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
biz.onixs.fix.fast.util | |
biz.onixs.fix.parser |
Uses of Group in biz.onixs.fix.fast.util |
---|
Methods in biz.onixs.fix.fast.util that return Group | |
---|---|
Group |
FixBlock4Group.getGroup(int numberOfInstancesTag)
|
Group |
FixBlock4Group.setGroup(int numberOfInstancesTag,
int numberOfInstances)
|
Constructors in biz.onixs.fix.fast.util with parameters of type Group | |
---|---|
FixBlock4Group(Group group)
|
Uses of Group in biz.onixs.fix.parser |
---|
Fields in biz.onixs.fix.parser declared as Group | |
---|---|
protected Group[] |
Message.groups
|
Methods in biz.onixs.fix.parser that return Group | |
---|---|
Group |
Message.getGroup(int numberOfInstancesTag)
Returns the repeating group. |
Group |
FixBlock.getGroup(int numberOfInstancesTag)
|
Group |
Group.getGroup(int tag,
int index)
Returns the nested repeating group. |
Group |
Message.setGroup(int numberOfInstancesTag,
int numberOfIntances)
Creates a new repeating group or changes the number of instances in the existing repeatign group. |
Group |
FixBlock.setGroup(int numberOfInstancesTag,
int numberOfInstances)
|
Group |
Group.setGroup(int numberOfInstancesTag,
int index,
int numberOfInstances)
Creates a new repeating group or changes the number of instances in the existing repeating group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |