public abstract class AbstractFIXSessionFactory
extends SecureFIXSessionFactory
getMessageFactory
method.FIXSession
,
HandlerChain
,
StandardSessionFactory
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_MESSAGEHANDLER_0 |
static String |
SYSTEM_MESSAGEHANDLER_1 |
static String |
SYSTEM_MESSAGEHANDLER_2 |
static String |
SYSTEM_MESSAGEHANDLER_3 |
static String |
SYSTEM_MESSAGEHANDLER_4 |
static String |
SYSTEM_MESSAGEHANDLER_5 |
static String |
SYSTEM_MESSAGEHANDLER_A |
static String |
SYSTEM_MESSAGEHANDLER_GLOBAL |
static String |
USER_MESSAGEHANDLER_GLOBAL |
Constructor and Description |
---|
AbstractFIXSessionFactory() |
Modifier and Type | Method and Description |
---|---|
FIXSession |
createAcceptorSession(SessionParameters details) |
FIXSession |
createAcceptorSession(SessionParameters details,
FIXTransport transport) |
FIXSession |
createInitiatorSession(SessionParameters details) |
protected ExtendedFIXSession |
getAcceptorSession(SessionParameters details,
FIXTransport transport,
HandlerChain chain) |
FIXVersion |
getFIXVersion()
Gets fixVersion.
|
protected ExtendedFIXSession |
getInitiatorSession(SessionParameters details,
HandlerChain chain) |
abstract FIXMessageFactory |
getMessageFactory()
Gets message factory.
|
void |
setFixVersion(FIXVersion fixVersion)
Sets fix version.
|
protected void |
setGlobalSystemHandlers(HandlerChain chain,
SessionParameters details) |
public static final String SYSTEM_MESSAGEHANDLER_GLOBAL
public static final String SYSTEM_MESSAGEHANDLER_A
public static final String SYSTEM_MESSAGEHANDLER_0
public static final String SYSTEM_MESSAGEHANDLER_1
public static final String SYSTEM_MESSAGEHANDLER_2
public static final String SYSTEM_MESSAGEHANDLER_3
public static final String SYSTEM_MESSAGEHANDLER_4
public static final String SYSTEM_MESSAGEHANDLER_5
public static final String USER_MESSAGEHANDLER_GLOBAL
public FIXVersion getFIXVersion()
public void setFixVersion(FIXVersion fixVersion)
fixVersion
- the fix versionpublic FIXSession createInitiatorSession(SessionParameters details) throws IOException
IOException
protected ExtendedFIXSession getAcceptorSession(SessionParameters details, FIXTransport transport, HandlerChain chain)
protected ExtendedFIXSession getInitiatorSession(SessionParameters details, HandlerChain chain)
public FIXSession createAcceptorSession(SessionParameters details) throws IOException
IOException
public FIXSession createAcceptorSession(SessionParameters details, FIXTransport transport) throws IOException
protected void setGlobalSystemHandlers(HandlerChain chain, SessionParameters details)
public abstract FIXMessageFactory getMessageFactory()
FIXMessageFactory
Copyright © 2000–2022 EPAM Systems. All rights reserved.