Uses of Class
com.epam.fix.message.exception.PreparedMessageException
Packages that use PreparedMessageException
-
Uses of PreparedMessageException in com.epam.fix.message
Methods in com.epam.fix.message that throw PreparedMessageExceptionModifier and TypeMethodDescriptionPreparedMessageUtil.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 PreparedMessageException in com.epam.fixengine
Methods in com.epam.fixengine that throw PreparedMessageExceptionModifier 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 PreparedMessageException in com.epam.fixengine.session
Methods in com.epam.fixengine.session that throw PreparedMessageExceptionModifier 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)