Index
All Classes and Interfaces|All Packages|Serialized Form
A
- analyze(Throwable, QuickFixJBaseException) - Method in class io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
C
- ConfigurationException - Exception in io.allune.quickfixj.spring.boot.starter.exception
- ConfigurationException(String) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.ConfigurationException
- ConnectorManager - Class in io.allune.quickfixj.spring.boot.starter.connection
-
Connection manager for a connector.
- ConnectorManager(Connector) - Constructor for class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
- Create - Class in io.allune.quickfixj.spring.boot.starter.model
- Create() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.Create
D
- DefaultSessionLookupHandler - Class in io.allune.quickfixj.spring.boot.starter.template
- DefaultSessionLookupHandler() - Constructor for class io.allune.quickfixj.spring.boot.starter.template.DefaultSessionLookupHandler
- doSend(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
E
- EventPublisherApplicationAdapter - Class in io.allune.quickfixj.spring.boot.starter.application
-
Implements the
Applicationinterface publishing the received payload as a SpringApplicationEventto all matching listeners registered. - EventPublisherApplicationAdapter(ApplicationEventPublisher) - Constructor for class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
F
- FieldNotFoundException - Exception in io.allune.quickfixj.spring.boot.starter.exception
-
Exception thrown when a field is not found in a message.
- FieldNotFoundException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.FieldNotFoundException
-
Construct a new instance of
FieldNotFoundExceptionwith the given message and exception. - fromAdmin(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- FromAdmin - Class in io.allune.quickfixj.spring.boot.starter.model
- FromAdmin() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.FromAdmin
- fromApp(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- FromApp - Class in io.allune.quickfixj.spring.boot.starter.model
- FromApp() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.FromApp
G
- getPhase() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Return the phase in which this connector manager will be started and stopped.
- getRootCause(Throwable) - Static method in class io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
I
- io.allune.quickfixj.spring.boot.starter.application - package io.allune.quickfixj.spring.boot.starter.application
- io.allune.quickfixj.spring.boot.starter.connection - package io.allune.quickfixj.spring.boot.starter.connection
- io.allune.quickfixj.spring.boot.starter.exception - package io.allune.quickfixj.spring.boot.starter.exception
- io.allune.quickfixj.spring.boot.starter.failureanalyzer - package io.allune.quickfixj.spring.boot.starter.failureanalyzer
- io.allune.quickfixj.spring.boot.starter.model - package io.allune.quickfixj.spring.boot.starter.model
- io.allune.quickfixj.spring.boot.starter.template - package io.allune.quickfixj.spring.boot.starter.template
- isAutoStartup() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Return the value for the 'autoStartup' property.
- isForceDisconnect() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Return whether sessions should be disconnected forcibly
- isRunning() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Determine whether this connector is currently running, that is, whether it has been started and not stopped yet.
L
- loadSettings(String...) - Method in class io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
-
Loads the
SessionSettingsfrom the provided resource locations - loadSettingsFromString(String) - Method in class io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
- Logon - Class in io.allune.quickfixj.spring.boot.starter.model
- Logon() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.Logon
- Logout - Class in io.allune.quickfixj.spring.boot.starter.model
- Logout() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.Logout
- lookupBySessionID(SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.template.DefaultSessionLookupHandler
- lookupBySessionID(SessionID) - Method in interface io.allune.quickfixj.spring.boot.starter.template.SessionLookupHandler
-
Locates a session specified by the provided session ID.
M
- MessageValidationException - Exception in io.allune.quickfixj.spring.boot.starter.exception
-
Exception thrown when a message validation failed.
- MessageValidationException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.MessageValidationException
-
Construct a new instance of
MessageValidationExceptionwith the given message and exception.
O
- onCreate(SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- onLogon(SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- onLogout(SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
Q
- QuickFixJAutoConfigFailureAnalyzer - Class in io.allune.quickfixj.spring.boot.starter.failureanalyzer
-
The failure analyzer is responsible to provide readable information of exception which occur on startup.
- QuickFixJAutoConfigFailureAnalyzer() - Constructor for class io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
- QuickFixJBaseException - Exception in io.allune.quickfixj.spring.boot.starter.exception
-
Base class for exceptions thrown by
QuickFixJTemplatewhenever it encounters an error. - QuickFixJBaseException(String) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.QuickFixJBaseException
-
Construct a new instance of
QuickFixJClientExceptionwith the given message. - QuickFixJBaseException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.QuickFixJBaseException
-
Construct a new instance of
QuickFixJClientExceptionwith the given message and exception. - QuickFixJOperations - Interface in io.allune.quickfixj.spring.boot.starter.template
-
Interface specifying a basic set of QuickFIX/J operations.
- QuickFixJTemplate - Class in io.allune.quickfixj.spring.boot.starter.template
-
Synchronous client to perform requests, exposing a simple, template method API over the QuickFIX/J client
- QuickFixJTemplate() - Constructor for class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- QuickFixJTemplate(SessionLookupHandler) - Constructor for class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
S
- send(Message) - Method in interface io.allune.quickfixj.spring.boot.starter.template.QuickFixJOperations
-
Sends a message to the session specified in the message's target identifiers.
- send(Message) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- send(Message, String) - Method in interface io.allune.quickfixj.spring.boot.starter.template.QuickFixJOperations
-
Sends a message to the session specified in the message's target identifiers.
- send(Message, String) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- send(Message, String, String) - Method in interface io.allune.quickfixj.spring.boot.starter.template.QuickFixJOperations
-
Sends a message to the session specified by the provided target company ID.
- send(Message, String, String) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- send(Message, String, String, String) - Method in interface io.allune.quickfixj.spring.boot.starter.template.QuickFixJOperations
-
Sends a message to the session specified by the provided target company ID.
- send(Message, String, String, String) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- send(Message, SessionID) - Method in interface io.allune.quickfixj.spring.boot.starter.template.QuickFixJOperations
-
Sends a message to the session specified by the provided session ID.
- send(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- SessionLookupHandler - Interface in io.allune.quickfixj.spring.boot.starter.template
- SessionNotFoundException - Exception in io.allune.quickfixj.spring.boot.starter.exception
-
Exception thrown when a session is not found.
- SessionNotFoundException(String) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.SessionNotFoundException
-
Construct a new
SessionNotFoundExceptionwith the given message. - SessionSettingsLocator - Class in io.allune.quickfixj.spring.boot.starter.connection
-
SessionSettingshelper class that attempts to load the settings files from the default locations - SessionSettingsLocator(ResourceLoader) - Constructor for class io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
- setAutoStartup(boolean) - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Set whether to auto-connect to the remote endpoint after this connector manager has been initialized and the Spring context has been refreshed.
- setDoValidation(boolean) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- setForceDisconnect(boolean) - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Specify whether to wait for sessions to logout before disconnect.
- setPhase(int) - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Specify the phase in which this connection manager should be started and stopped.
- setSessionLookupHandler(SessionLookupHandler) - Method in class io.allune.quickfixj.spring.boot.starter.template.QuickFixJTemplate
- SettingsNotFoundException - Exception in io.allune.quickfixj.spring.boot.starter.exception
- SettingsNotFoundException(String) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.SettingsNotFoundException
- SettingsNotFoundException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.SettingsNotFoundException
- start() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Start the connector, accepting new connections
- stop() - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Stop this connector, logging out existing sessions, closing their connections, and stopping to accept new connections.
- stop(Runnable) - Method in class io.allune.quickfixj.spring.boot.starter.connection.ConnectorManager
-
Stop this connector, invoking the specific callback once all the sessions have been logged out, all connections closed and it has stopped accepting new connections.
T
- toAdmin(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- ToAdmin - Class in io.allune.quickfixj.spring.boot.starter.model
- ToAdmin() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.ToAdmin
- toApp(Message, SessionID) - Method in class io.allune.quickfixj.spring.boot.starter.application.EventPublisherApplicationAdapter
- ToApp - Class in io.allune.quickfixj.spring.boot.starter.model
- ToApp() - Constructor for class io.allune.quickfixj.spring.boot.starter.model.ToApp
All Classes and Interfaces|All Packages|Serialized Form