Interface FIXSessionListener

All Superinterfaces:
FIXMessageListener
All Known Subinterfaces:
ExtendedFIXSessionListener
All Known Implementing Classes:
ICETradeCapture, ICETradeFacade

public interface FIXSessionListener extends FIXMessageListener
User must implement this interface to listen for incoming messages and monitor session state.
See Also:
  • Method Details

    • onSessionStateChange

      void onSessionStateChange(SessionState sessionState)
      This method is invoked every time when Session is changed.
      Parameters:
      sessionState - new session state