Interface SessionMessageHandler
- All Superinterfaces:
FIXMessageListener
- All Known Implementing Classes:
AbstractGlobalMessageHandler
,AbstractSessionMessageHandler
,HandlerChain
,MeffOutOfSequenceMessageHandler
,OutOfSeqMsgHandler
The base interface for message handlers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFIXSession
(ExtendedFIXSession fixSession) Sets the extended fix session.Methods inherited from interface com.epam.fixengine.FIXMessageListener
onNewMessage
-
Method Details
-
setFIXSession
Sets the extended fix session.- Parameters:
fixSession
- the extended fix session
-