Uses of Class
com.epam.fix.message.IndexedStorage
Packages that use IndexedStorage
-
Uses of IndexedStorage in com.epam.fix.message
Subclasses of IndexedStorage in com.epam.fix.messageModifier and TypeClassDescriptionclass
Created with IntelliJ IDEA.class
Created by IntelliJ IDEA.class
The FIX message.class
Created by IntelliJ IDEA.class
Methods in com.epam.fix.message with parameters of type IndexedStorageModifier and TypeMethodDescriptionprotected void
FIXFieldListAdapter.deepCopy
(IndexedStorage source) protected void
IndexedStorage.deepCopy
(IndexedStorage source) protected void
IndexedStorage.fillSubStorage
(int fromIndex, int toIndex, IndexedStorage subStorage) static String
RawFIXUtil.getMsgType
(IndexedStorage msg) -
Uses of IndexedStorage in com.epam.fix.message.rg
Fields in com.epam.fix.message.rg declared as IndexedStorageMethods in com.epam.fix.message.rg with parameters of type IndexedStorageConstructors in com.epam.fix.message.rg with parameters of type IndexedStorageModifierConstructorDescriptionRepeatingGroupStorage
(IndexedStorage storage, FIXVersion version, String msgType, boolean validation) RepeatingGroupStorage
(IndexedStorage storage, com.epam.fixengine.configuration.FIXVersionContainer version, String msgType, boolean validation)