Uses of Enum Class
com.epam.fixengine.SessionState
Packages that use SessionState
Package
Description
-
Uses of SessionState in com.btobits.fixaj.session
Methods in com.btobits.fixaj.session with parameters of type SessionStateModifier and TypeMethodDescriptionstatic SessionStateSessionState.getSessionStateBy(SessionState sessionState) -
Uses of SessionState in com.epam.example.icetrade
Methods in com.epam.example.icetrade with parameters of type SessionState -
Uses of SessionState in com.epam.example.icetrade.engine
Methods in com.epam.example.icetrade.engine with parameters of type SessionStateModifier and TypeMethodDescriptionvoidICEListener.onChangeSessionState(SessionState sessionState) voidICETradeFacade.onSessionStateChange(SessionState sessionState) -
Uses of SessionState in com.epam.fixengine
Methods in com.epam.fixengine that return SessionStateModifier and TypeMethodDescriptionFIXSession.getSessionState()Returns session state.FIXSessionRuntimeState.getSessionState()static SessionStateReturns the enum constant of this class with the specified name.static SessionState[]SessionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.epam.fixengine with parameters of type SessionStateModifier and TypeMethodDescriptionstatic booleanSessionState.isConnected(SessionState sessionState) static booleanSessionState.isDisconnected(SessionState sessionState) static booleanSessionState.isDisposed(SessionState sessionState) static booleanSessionState.isNotDisconnected(SessionState sessionState) voidFIXSessionListener.onSessionStateChange(SessionState sessionState) This method is invoked every time when Session is changed.voidFIXSessionRuntimeState.setSessionState(SessionState sessionState) -
Uses of SessionState in com.epam.fixengine.session
Methods in com.epam.fixengine.session that return SessionStateMethods in com.epam.fixengine.session with parameters of type SessionStateModifier and TypeMethodDescriptionvoidAbstractFIXSession.setSessionState(SessionState sessionState) voidExtendedFIXSession.setSessionState(SessionState sessionState) Sets session state.voidInitiatorFIXSession.setSessionState(SessionState sessionState) -
Uses of SessionState in com.epam.fixengine.session.messagehandler
Methods in com.epam.fixengine.session.messagehandler with parameters of type SessionStateModifier and TypeMethodDescriptionvoidHandlerChain.onSessionStateChange(SessionState sessionState) -
Uses of SessionState in com.epam.ice
Methods in com.epam.ice with parameters of type SessionStateModifier and TypeMethodDescriptionvoidICETradeCapture.onSessionStateChange(SessionState sessionState)