Uses of Class
com.epam.fix.message.rg.RepeatingGroup
Packages that use RepeatingGroup
-
Uses of RepeatingGroup in com.epam.fix.message
Methods in com.epam.fix.message that return RepeatingGroupModifier and TypeMethodDescriptionIndexedStorage.addRepeatingGroup
(int leadingTag) Adds group without validation at the end of message.IndexedStorage.addRepeatingGroup
(int leadingTag, boolean validation) Adds group at the end of message.TagList.addRepeatingGroup
(int leadingTag) TagList.addRepeatingGroup
(int leadingTag, boolean validation) IndexedStorage.addRepeatingGroupAtIndex
(int index, int leadingTag) Adds group at specific place at messageIndexedStorage.addRepeatingGroupAtIndex
(int index, int leadingTag, boolean validation) Adds group at specific place at messageIndexedStorage.copyRepeatingGroup
(RepeatingGroup source) Copy repeating group at end of messageIndexedStorage.copyRepeatingGroup
(RepeatingGroup source, int index) Copy repeating group at specified index of messageTagList.copyRepeatingGroup
(RepeatingGroup source) IndexedStorage.getOrAddRepeatingGroup
(int leadingTag) Returns repeating group from storage by leading tag.TagList.getOrAddRepeatingGroup
(int leadingTag) IndexedStorage.getOrAddRepeatingGroupAtIndex
(int leadingTag, int index) Returns repeating group from storage by leading tag.IndexedStorage.getRepeatingGroup
(int leadingTag) Returns repeating group from storage by leading tag.TagList.getRepeatingGroup
(int leadingTag) IndexedStorage.getRepeatingGroupAtIndex
(int index) Returns repeating group, founded by index of leading tagTagList.getRepeatingGroupAtIndex
(int index) Methods in com.epam.fix.message with parameters of type RepeatingGroupModifier and TypeMethodDescriptionvoid
IndexedStorage.addRepeatingGroup
(int leadingTag, boolean validation, RepeatingGroup group) Adds group without validation at the end of message.void
IndexedStorage.addRepeatingGroup
(int leadingTag, RepeatingGroup group) Adds group without validation at the end of message.void
TagList.addRepeatingGroup
(int leadingTag, boolean validation, RepeatingGroup group) void
TagList.addRepeatingGroup
(int leadingTag, RepeatingGroup group) void
IndexedStorage.addRepeatingGroupAtIndex
(int index, int leadingTag, boolean validation, RepeatingGroup group) Adds group at specific place at messagevoid
IndexedStorage.addRepeatingGroupAtIndex
(int index, int leadingTag, RepeatingGroup group) Adds group at specific place at messageIndexedStorage.copyRepeatingGroup
(RepeatingGroup source) Copy repeating group at end of messageIndexedStorage.copyRepeatingGroup
(RepeatingGroup source, int index) Copy repeating group at specified index of messagevoid
IndexedStorage.copyRepeatingGroup
(RepeatingGroup source, RepeatingGroup dest) Copy repeating group at end of messagevoid
IndexedStorage.copyRepeatingGroup
(RepeatingGroup source, RepeatingGroup dest, int index) Copy repeating group at specified index of messageTagList.copyRepeatingGroup
(RepeatingGroup source) void
TagList.copyRepeatingGroup
(RepeatingGroup source, RepeatingGroup dest) void
IndexedStorage.getOrAddRepeatingGroup
(int leadingTag, RepeatingGroup group) Fills passed repeating group instance by data from storage.void
TagList.getOrAddRepeatingGroup
(int leadingTag, RepeatingGroup group) void
IndexedStorage.getOrAddRepeatingGroupAtIndex
(int leadingTag, int index, RepeatingGroup group) Returns repeating group from storage by leading tag.void
IndexedStorage.getRepeatingGroup
(int leadingTag, RepeatingGroup group) Fills passed repeating group instance by data from storage.void
TagList.getRepeatingGroup
(int leadingTag, RepeatingGroup group) void
IndexedStorage.getRepeatingGroupAtIndex
(int index, RepeatingGroup group) Fills passed repeating group instance by data, founded by index of leading tagvoid
TagList.getRepeatingGroupAtIndex
(int index, RepeatingGroup group) -
Uses of RepeatingGroup in com.epam.fix.message.rg
Fields in com.epam.fix.message.rg declared as RepeatingGroupFields in com.epam.fix.message.rg with type parameters of type RepeatingGroupModifier and TypeFieldDescriptionprotected ArrayList<RepeatingGroup>
EntryImpl.allocatedSubGroups
Methods in com.epam.fix.message.rg that return RepeatingGroupModifier and TypeMethodDescriptionEntryImpl.addRepeatingGroup
(int leadingTag) Adds sub group to entry.EntryImpl.addRepeatingGroup
(int leadingTag, boolean validation) Adds sub group to entry.RepeatingGroupStorage.addRepeatingGroup
(int indexInFixMessage, int leadingTag, boolean validation, RepeatingGroup group) RepeatingGroupStorage.addSubGroup
(int indexInFixMessage, int leadingTag, int parentEntryIndex, RepeatingGroup group) EntryImpl.copyRepeatingGroup
(RepeatingGroup source) Copy repeating group to entryEntryImpl.getGroup()
Returns group which owns entryEntryImpl.getOrAddRepeatingGroup
(int leadingTag) Returns repeating group from entry by leading tag.EntryImpl.getRepeatingGroup
(int leadingTag) Returns repeating group from entry by leading tagstatic RepeatingGroup
RepeatingGroupPool.getRepeatingGroup()
RepeatingGroupStorage.getRepeatingGroup
(int tag) EntryImpl.getRepeatingGroupAtIndex
(int index) Returns repeating groupMethods in com.epam.fix.message.rg with parameters of type RepeatingGroupModifier and TypeMethodDescriptionvoid
EntryImpl.addRepeatingGroup
(int leadingTag, boolean validation, RepeatingGroup subGroup) Adds sub group to entry.void
EntryImpl.addRepeatingGroup
(int leadingTag, RepeatingGroup group) RepeatingGroupStorage.addRepeatingGroup
(int indexInFixMessage, int leadingTag, boolean validation, RepeatingGroup group) RepeatingGroupStorage.addSubGroup
(int indexInFixMessage, int leadingTag, int parentEntryIndex, RepeatingGroup group) void
RepeatingGroupStorage.addSubGroup
(int index, int leadingTag, int parentEntryLink, RepeatingGroup group, boolean validation) EntryImpl.copyRepeatingGroup
(RepeatingGroup source) Copy repeating group to entryvoid
EntryImpl.copyRepeatingGroup
(RepeatingGroup source, RepeatingGroup dst) Copy repeating group to entryvoid
EntryImpl.getOrAddRepeatingGroup
(int leadingTag, RepeatingGroup group) Fills passed repeating group instance by data from entry.void
EntryImpl.getRepeatingGroup
(int leadingTag, RepeatingGroup group) Fills passed repeating group instance by data from entryvoid
RepeatingGroupStorage.getRepeatingGroup
(int tag, int rgId, RepeatingGroup rg) void
RepeatingGroupStorage.getRepeatingGroup
(int tag, RepeatingGroup group) void
EntryImpl.getRepeatingGroupAtIndex
(int index, RepeatingGroup group) Fills repeating group by repeating group datastatic void
RepeatingGroupPool.returnObj
(RepeatingGroup group) Constructors in com.epam.fix.message.rg with parameters of type RepeatingGroup