Interface ScheduledFIXSession

All Superinterfaces:
FIXSession

public interface ScheduledFIXSession extends FIXSession
Interface for FIX session which could have scheduled start/stop time.
  • Method Details

    • start

      void start() throws IOException
      Init scheduler with start/stop tasks for this session.
      Throws:
      IOException
    • stop

      void stop()
      Deactivate scheduled tasks for this session.