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.Entry
RepeatingGroupPool.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 TypeMethodDescriptionvoid
RepeatingGroup.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 groupvoid
RepeatingGroup.copyEntry
(RepeatingGroup.Entry src, RepeatingGroup.Entry dst) Copy entry to end of repeating groupvoid
RepeatingGroup.copyEntry
(RepeatingGroup.Entry src, RepeatingGroup.Entry dst, int index) Copy entry at specified index of repeating groupvoid
RepeatingGroup.getEntry
(int index, RepeatingGroup.Entry entry) Fills passed entry instance by entry data.void
RepeatingGroup.removeEntry
(RepeatingGroup.Entry entry) Removes passed entry from groupvoid
RepeatingGroup.removeEntryAndClean
(RepeatingGroup.Entry entry) Removes passed entry from group and clean message - remove group instance if it is emptystatic void
RepeatingGroupPool.returnObj
(RepeatingGroup.Entry entry)