Uses of Class
com.epam.fix.message.rg.RepeatingGroup.Entry
Packages that use RepeatingGroup.Entry
-
Uses of RepeatingGroup.Entry in com.epam.fix.message.rg
Methods in com.epam.fix.message.rg that return RepeatingGroup.EntryModifier and TypeMethodDescriptionRepeatingGroup.addEntry()Adds entry to the end of groupRepeatingGroup.addEntry(int index) Adds entry to the specific index at group.RepeatingGroup.copyEntry(RepeatingGroup.Entry src) Copy entry to end of repeating groupRepeatingGroup.copyEntry(RepeatingGroup.Entry src, int index) Copy entry at specified index of repeating groupRepeatingGroup.getEntry(int index) Returns entry from specific instance.static RepeatingGroup.EntryRepeatingGroupPool.getEntry()RepeatingGroupIterator.next()Methods in com.epam.fix.message.rg that return types with arguments of type RepeatingGroup.EntryModifier and TypeMethodDescriptionRepeatingGroup.iterator()Returns iterator by entries of repeating groupMethods in com.epam.fix.message.rg with parameters of type RepeatingGroup.EntryModifier and TypeMethodDescriptionvoidRepeatingGroup.addEntry(int index, RepeatingGroup.Entry entry) Adds passed entry to the specific index at group.RepeatingGroup.copyEntry(RepeatingGroup.Entry src) Copy entry to end of repeating groupRepeatingGroup.copyEntry(RepeatingGroup.Entry src, int index) Copy entry at specified index of repeating groupvoidRepeatingGroup.copyEntry(RepeatingGroup.Entry src, RepeatingGroup.Entry dst) Copy entry to end of repeating groupvoidRepeatingGroup.copyEntry(RepeatingGroup.Entry src, RepeatingGroup.Entry dst, int index) Copy entry at specified index of repeating groupvoidRepeatingGroup.getEntry(int index, RepeatingGroup.Entry entry) Fills passed entry instance by entry data.voidRepeatingGroup.removeEntry(RepeatingGroup.Entry entry) Removes passed entry from groupvoidRepeatingGroup.removeEntryAndClean(RepeatingGroup.Entry entry) Removes passed entry from group and clean message - remove group instance if it is emptystatic voidRepeatingGroupPool.returnObj(RepeatingGroup.Entry entry)