public interface FIXSessionFactory
StandardFIXSessionFactory
Modifier and Type | Method and Description |
---|---|
FIXSession |
createAcceptorSession(SessionParameters sessionParameters)
Creates the acceptor session.
|
FIXSession |
createAcceptorSession(SessionParameters sessionParameters,
FIXTransport transport)
Creates the acceptor session.
|
FIXSession |
createInitiatorSession(SessionParameters sessionParameters)
Creates the initiator session.
|
FIXSession createInitiatorSession(SessionParameters sessionParameters) throws IOException
sessionParameters
- the session configurationIOException
- if the session cannot be createdFIXSession createAcceptorSession(SessionParameters sessionParameters) throws IOException
sessionParameters
- the session configurationIOException
- if the session cannot be createdFIXSession createAcceptorSession(SessionParameters sessionParameters, FIXTransport transport) throws IOException
sessionParameters
- the session configurationtransport
- the fix transportIOException
- if the session cannot be createdCopyright © 2000–2022 EPAM Systems. All rights reserved.