Uses of Interface
com.epam.fixengine.FIXServerListener
Packages that use FIXServerListener
Package
Description
This package contains scheduler for start/stop sessions.
Sсheduling of session start/stop action is used syntax similar to UNIX cron daemon.
The CRON expression consist from 5 fields separated by white space that represents a set of times.
Sсheduling of session start/stop action is used syntax similar to UNIX cron daemon.
The CRON expression consist from 5 fields separated by white space that represents a set of times.
-
Uses of FIXServerListener in com.epam.admintool
Classes in com.epam.admintool that implement FIXServerListener -
Uses of FIXServerListener in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type FIXServerListenerModifier and TypeMethodDescriptionvoid
FIXServer.setListener
(FIXServerListener listener) Sets listener. -
Uses of FIXServerListener in com.epam.fixengine.acceptor
Fields in com.epam.fixengine.acceptor declared as FIXServerListenerModifier and TypeFieldDescriptionprotected FIXServerListener
SessionAcceptorStrategyHandler.listener
Methods in com.epam.fixengine.acceptor with parameters of type FIXServerListenerModifier and TypeMethodDescriptionvoid
SessionAcceptorStrategyHandler.setSessionListener
(FIXServerListener listener) -
Uses of FIXServerListener in com.epam.fixengine.scheduler
Methods in com.epam.fixengine.scheduler with parameters of type FIXServerListenerModifier and TypeMethodDescriptionvoid
ScheduledFIXServer.setListener
(FIXServerListener listener)