Class CreateAcceptor
java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.administrative.CreateAcceptor
The CreateAcceptor command.
Creates a new acceptor session.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final booleanprotected static final booleanFields inherited from class com.epam.admintool.commands.Command
adminFixSession, configuredSessionRegister, request, response, xmlContent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Execute command.protected booleanfilFIXVersion(com.epam.fixicc.message.CreateAcceptor createAcceptorRequest, SessionParameters details) protected booleanfilFIXVersion(com.epam.fixicc.message.CreateInitiator createInitiatorRequest, SessionParameters details) protected booleanfilFIXVersion(String version, SessionParameters details) protected voidfillCreadentials(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected booleanfillCustomLogon(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillDisableTCPBuffer(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected booleanfillEncryptedMethodData(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected booleanfillExtraSessionParams(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillForceSeqNumReset(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillHBI(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillLocationIds(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillMaxMessagesToSendInBatch(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillRejectiong(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected booleanfillSenderTargetIds(com.epam.fixicc.message.CreateAcceptor createAcceptorRequest, SessionParameters details) protected booleanfillSenderTargetIds(com.epam.fixicc.message.CreateInitiator createInitiatorRequest, SessionParameters details) protected booleanfillSenderTargetIds(String senderCompId, String targetCompId, String sessionQualifier, SessionParameters details) protected voidfillSequences(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillSessionQualifierTag(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillStorageType(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected voidfillSubIds(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) protected FIXFieldListgetCustomMessage(com.epam.fixicc.message.ExtraSessionParams extraSessionParams) construct custom login messageMethods inherited from class com.epam.admintool.commands.Command
areKeySessionParamsEqual, getAdminFixSession, getConfiguredSession, getConfiguredSession, getConfiguredSessionParameters, getConfiguredSessionRegister, getFIXSession, getFIXSession, getFIXSessions, getRequest, getRequestID, sendError, sendInvalidArgument, sendReject, sendResponse, sendResponse, sendResponseSuccess, sendUnknownSession, sendUnknownSession, setAdminFixSession, setConfiguredSessionRegister, setRequest, setXmlContent
-
Field Details
-
FAIL
protected static final boolean FAIL- See Also:
-
SUCCESS
protected static final boolean SUCCESS- See Also:
-
-
Constructor Details
-
CreateAcceptor
public CreateAcceptor()
-
-
Method Details
-
execute
public void execute()Description copied from class:CommandExecute command. -
fillExtraSessionParams
protected boolean fillExtraSessionParams(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillSessionQualifierTag
protected void fillSessionQualifierTag(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillMaxMessagesToSendInBatch
protected void fillMaxMessagesToSendInBatch(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillForceSeqNumReset
protected void fillForceSeqNumReset(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillRejectiong
protected void fillRejectiong(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillSequences
protected void fillSequences(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillCustomLogon
protected boolean fillCustomLogon(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillCreadentials
protected void fillCreadentials(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillStorageType
protected void fillStorageType(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillSubIds
protected void fillSubIds(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillLocationIds
protected void fillLocationIds(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
fillHBI
protected void fillHBI(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
filFIXVersion
protected boolean filFIXVersion(com.epam.fixicc.message.CreateInitiator createInitiatorRequest, SessionParameters details) -
filFIXVersion
protected boolean filFIXVersion(com.epam.fixicc.message.CreateAcceptor createAcceptorRequest, SessionParameters details) -
fillDisableTCPBuffer
protected void fillDisableTCPBuffer(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
filFIXVersion
-
fillSenderTargetIds
protected boolean fillSenderTargetIds(com.epam.fixicc.message.CreateInitiator createInitiatorRequest, SessionParameters details) -
fillSenderTargetIds
protected boolean fillSenderTargetIds(com.epam.fixicc.message.CreateAcceptor createAcceptorRequest, SessionParameters details) -
fillSenderTargetIds
protected boolean fillSenderTargetIds(String senderCompId, String targetCompId, String sessionQualifier, SessionParameters details) -
fillEncryptedMethodData
protected boolean fillEncryptedMethodData(SessionParameters details, com.epam.fixicc.message.ExtraSessionParams extraSessionParams) -
getCustomMessage
protected FIXFieldList getCustomMessage(com.epam.fixicc.message.ExtraSessionParams extraSessionParams) construct custom login message
-