Package | Description |
---|---|
com.epam.admintool | |
com.epam.admintool.commands | |
com.epam.example.icetrade.engine | |
com.epam.fixengine | |
com.epam.fixengine.scheduler |
This package contains scheduler for start/stop sessions.
|
com.epam.fixengine.session | |
com.epam.fixengine.session.common | |
com.epam.ice |
Modifier and Type | Field and Description |
---|---|
protected FIXSession |
AdminTool.adminSession |
Modifier and Type | Method and Description |
---|---|
void |
AdminTool.newFIXSession(FIXSession session) |
void |
AdminTool.setAdminSession(FIXSession adminSession)
Setter for admin session.
|
Modifier and Type | Field and Description |
---|---|
protected FIXSession |
Command.adminFixSession |
Modifier and Type | Method and Description |
---|---|
FIXSession |
Command.getAdminFixSession()
getter for admin fix session.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.setAdminFixSession(FIXSession adminFixSession)
Setter for admin session.
|
Modifier and Type | Method and Description |
---|---|
FIXSession |
ICETradeFacade.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
ICETradeFacade.setSession(FIXSession session) |
Constructor and Description |
---|
ICETradeFacade(FIXSession session,
ICEListener iceSessionStateListener) |
Modifier and Type | Method and Description |
---|---|
FIXSession |
SessionParameters.createAcceptorSession()
Creates acceptor session in disconnected state
|
FIXSession |
FIXSessionFactory.createAcceptorSession(SessionParameters sessionParameters)
Creates the acceptor session.
|
FIXSession |
StandardFIXSessionFactory.createAcceptorSession(SessionParameters sessionParameters) |
FIXSession |
FIXSessionFactory.createAcceptorSession(SessionParameters sessionParameters,
FIXTransport transport)
Creates the acceptor session.
|
FIXSession |
StandardFIXSessionFactory.createAcceptorSession(SessionParameters details,
FIXTransport transport) |
FIXSession |
FIXSessionBuilder.createFIXSession(String sessionPropertiesID,
Properties fixJMSProp) |
FIXSession |
SessionParameters.createInitiatorSession()
Creates initiator session
|
FIXSession |
FIXSessionFactory.createInitiatorSession(SessionParameters sessionParameters)
Creates the initiator session.
|
FIXSession |
StandardFIXSessionFactory.createInitiatorSession(SessionParameters details) |
FIXSession |
SessionParameters.createNewFIXSession()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FIXServerListener.newFIXSession(FIXSession session)
This method is invoked every time when new FIXSession is created.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScheduledFIXSession
Interface for FIX session which could have scheduled start/stop time.
|
Modifier and Type | Method and Description |
---|---|
FIXSession |
ScheduledSessionParameters.createAcceptorSession() |
FIXSession |
ScheduledSessionParameters.createInitiatorSession() |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedFIXSession
Extended fix session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFIXSession
The abstract session implementation.
|
class |
AcceptorFIXSession |
class |
AutoreconnectFIXSession |
class |
InitiatorFIXSession |
Modifier and Type | Method and Description |
---|---|
FIXSession |
AbstractFIXSessionFactory.createAcceptorSession(SessionParameters details) |
FIXSession |
AbstractFIXSessionFactory.createAcceptorSession(SessionParameters details,
FIXTransport transport) |
FIXSession |
AbstractFIXSessionFactory.createInitiatorSession(SessionParameters details) |
Constructor and Description |
---|
ICETradeCapture(FIXSession session,
String arg) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.