Uses of Class
com.epam.fix.message.MessageStructure
Packages that use MessageStructure
-
Uses of MessageStructure in com.epam.fix.message
Methods in com.epam.fix.message with parameters of type MessageStructureModifier and TypeMethodDescriptionvoid
MessageStructure.append
(MessageStructure struct) Append fields to the end of current structure.void
MessageStructure.merge
(MessageStructure struct) PreparedMessageUtil.prepareMessage
(byte[] msgType, MessageStructure userStructure) Builds FIXFieldList object with specified type, message structure and prefilled header informationPreparedMessageUtil.prepareMessage
(byte[] msgType, MessageStructure userStructure, boolean fromPool) Builds FIXFieldList object with specified type, message structure and prefilled header informationPreparedMessageUtil.prepareMessage
(FIXFieldList template, byte[] msgType, MessageStructure userStructure) PreparedMessageUtil.prepareMessage
(FIXFieldList template, byte[] msgType, MessageStructure userStructure, boolean fromPool) Builds FIXFieldList object from exist template with specified message type, message structure and prefilled header and trailer.PreparedMessageUtil.prepareMessage
(FIXFieldList message, MessageStructure userStructure) Builds FIXFieldList object from exist template.PreparedMessageUtil.prepareMessage
(FIXFieldList message, MessageStructure userStructure, boolean fromPool) Builds FIXFieldList object from exist template.PreparedMessageUtil.prepareMessage
(FIXFieldList template, String msgType, MessageStructure userStructure) Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.PreparedMessageUtil.prepareMessage
(FIXFieldList template, String msgType, MessageStructure userStructure, boolean fromPool) Builds FIXFieldList object from exist template with specified message structure and prefilled header and trailer.PreparedMessageUtil.prepareMessage
(String msgTypeStr, MessageStructure userStructure) Builds FIXFieldList object with specified type, message structure and prefilled header informationPreparedMessageUtil.prepareMessage
(String msgTypeStr, MessageStructure userStructure, boolean fromPool) Builds FIXFieldList object with specified type, message structure and prefilled header informationPreparedMessageUtil.prepareMessageFromString
(byte[] message, byte[] type, MessageStructure structure) Builds FIXFieldList object from String object.PreparedMessageUtil.prepareMessageFromString
(byte[] message, byte[] type, MessageStructure structure, boolean fromPool) Builds FIXFieldList object from String object.PreparedMessageUtil.prepareMessageFromString
(byte[] message, MessageStructure structure) Builds FIXFieldList object from String object.PreparedMessageUtil.prepareMessageFromString
(byte[] message, MessageStructure structure, boolean fromPool) Builds FIXFieldList object from String object.PreparedMessageUtil.prepareMessageFromString
(byte[] message, String type, MessageStructure structure) Builds FIXFieldList object from String object.PreparedMessageUtil.prepareMessageFromString
(byte[] message, String type, MessageStructure structure, boolean fromPool) Builds FIXFieldList object from String object. -
Uses of MessageStructure in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type MessageStructureModifier and TypeMethodDescriptionFIXSession.prepareMessage
(FIXFieldList message, MessageStructure structure) Builds FIXFieldList object from FIXFieldList object.FIXSession.prepareMessage
(FIXFieldList message, String type, MessageStructure structure) Builds FIXFieldList object from FIXFieldList object.FIXSession.prepareMessage
(String msgType, MessageStructure userStructure) Builds FIXFieldList object with specified type, message structure and prefilled header informationFIXSession.prepareMessageFromString
(byte[] message, MessageStructure structure) Builds FIXFieldList object from String object.FIXSession.prepareMessageFromString
(byte[] message, String type, MessageStructure structure) Builds FIXFieldList object from String object. -
Uses of MessageStructure in com.epam.fixengine.session
Methods in com.epam.fixengine.session with parameters of type MessageStructureModifier and TypeMethodDescriptionAbstractFIXSession.prepareMessage
(FIXFieldList message, MessageStructure structure) AbstractFIXSession.prepareMessage
(FIXFieldList message, String type, MessageStructure structure) AbstractFIXSession.prepareMessage
(String msgType, MessageStructure userStructure) AbstractFIXSession.prepareMessageFromString
(byte[] message, MessageStructure structure) AbstractFIXSession.prepareMessageFromString
(byte[] message, String type, MessageStructure structure)