A C D E F G I J L M N O P Q S T V 
All Classes All Packages

A

analyze(Throwable, QuickFixJBaseException) - Method in class io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
 

C

CACHAEDFILE - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 
clientApplication(ApplicationEventPublisher) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the default client's application bean used in the creation of the initiator connector
clientConnectorManager(Initiator, QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the client's ConnectorManager
clientExecutorFactory(Executor) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
 
clientInitiator(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, Optional<ExecutorFactory>) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration.SocketInitiatorConfiguration
Deprecated.
Creates a single threaded Initiator bean
clientInitiator(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, Optional<ExecutorFactory>) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration.ThreadedSocketInitiatorConfiguration
Deprecated.
Creates a multithreaded Initiator bean
clientInitiatorMBean(Initiator) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the client's JMX Bean
clientMessageFactory() - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the default client's MessageFactory
clientSessionSettings(SessionSettingsLocator, QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the default client's session settings bean used in the creation of the initiator connector
clientSessionSettingsLocator(ResourceLoader) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
Creates the client's SessionSettingsLocator
clientTaskExecutor(QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
 
Concurrent - Class in io.allune.quickfixj.spring.boot.starter.configuration
Defines the threading model that the Connector should use.
Concurrent() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.Concurrent
 
ConfigurationException - Exception in io.allune.quickfixj.spring.boot.starter.exception
 
ConfigurationException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.ConfigurationException
 
ConnectorConfig - Class in io.allune.quickfixj.spring.boot.starter.configuration
Defines the configuration for the ConnectorManager for the Initiator and Acceptor
ConnectorConfig() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.ConnectorConfig
 
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

EnableQuickFixJClient - Annotation Type in io.allune.quickfixj.spring.boot.starter
Deprecated.
use auto-configuration instead, by setting quickfixj.client.enabled=true in the properties file. The EnableQuickFixJClient annotation will be removed in a future release.
EnableQuickFixJServer - Annotation Type in io.allune.quickfixj.spring.boot.starter
Deprecated.
use auto-configuration instead, by setting quickfixj.server.enabled=true in the properties file. The EnableQuickFixJServer annotation will be removed in a future release.
EventPublisherApplicationAdapter - Class in io.allune.quickfixj.spring.boot.starter.application
Implements the Application interface publishing the received payload as a Spring ApplicationEvent to 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 FieldNotFoundException with the given message and exception.
FILE - io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
 
FILE - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 
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.

I

io.allune.quickfixj.spring.boot.starter - package io.allune.quickfixj.spring.boot.starter
 
io.allune.quickfixj.spring.boot.starter.application - package io.allune.quickfixj.spring.boot.starter.application
 
io.allune.quickfixj.spring.boot.starter.configuration - package io.allune.quickfixj.spring.boot.starter.configuration
 
io.allune.quickfixj.spring.boot.starter.configuration.client - package io.allune.quickfixj.spring.boot.starter.configuration.client
 
io.allune.quickfixj.spring.boot.starter.configuration.server - package io.allune.quickfixj.spring.boot.starter.configuration.server
 
io.allune.quickfixj.spring.boot.starter.configuration.template - package io.allune.quickfixj.spring.boot.starter.configuration.template
 
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.

J

JDBC - io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
 
JDBC - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 

L

loadSettings(String...) - Method in class io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
Loads the SessionSettings from the provided resource locations
loadSettingsFromString(String) - Method in class io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
 
LogMethod - Enum in io.allune.quickfixj.spring.boot.starter.configuration
Defines which type of log factory should be used.
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

MEMORY - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 
MessageStoreMethod - Enum in io.allune.quickfixj.spring.boot.starter.configuration
Defines which type of message store factory should be used.
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 MessageValidationException with the given message and exception.

N

NOOP - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 

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

P

PROPERTY_PREFIX - Static variable in class io.allune.quickfixj.spring.boot.starter.configuration.QuickFixJBootProperties
 

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 QuickFixJTemplate whenever it encounters an error.
QuickFixJBaseException(String) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.QuickFixJBaseException
Construct a new instance of QuickFixJClientException with the given message.
QuickFixJBaseException(String, Throwable) - Constructor for exception io.allune.quickfixj.spring.boot.starter.exception.QuickFixJBaseException
Construct a new instance of QuickFixJClientException with the given message and exception.
QuickFixJBootProperties - Class in io.allune.quickfixj.spring.boot.starter.configuration
Holds all the relevant starter properties which can be configured with Spring Boot's application.properties / application.yml configuration files.
QuickFixJBootProperties() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.QuickFixJBootProperties
 
QuickFixJClientConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.client
Deprecated.
QuickFixJClientConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration
Deprecated.
 
QuickFixJClientConfiguration.SocketInitiatorConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.client
Deprecated.
 
QuickFixJClientConfiguration.ThreadedSocketInitiatorConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.client
Deprecated.
 
QuickFixJOperations - Interface in io.allune.quickfixj.spring.boot.starter.template
Interface specifying a basic set of QuickFIX/J operations.
QuickFixJServerConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.server
Deprecated.
QuickFixJServerConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
 
QuickFixJServerConfiguration.SocketAcceptorConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.server
Deprecated.
 
QuickFixJServerConfiguration.ThreadedSocketAcceptorConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.server
Deprecated.
 
quickFixJTemplate() - Method in class io.allune.quickfixj.spring.boot.starter.configuration.template.QuickFixJTemplateConfiguration
Deprecated.
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
 
QuickFixJTemplateConfiguration - Class in io.allune.quickfixj.spring.boot.starter.configuration.template
Deprecated.
QuickFixJTemplateConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.template.QuickFixJTemplateConfiguration
Deprecated.
 

S

SCREEN - io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
 
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
 
serverAcceptor(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, Optional<ExecutorFactory>) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration.SocketAcceptorConfiguration
Deprecated.
Creates a single threaded acceptor bean
serverAcceptor(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, Optional<ExecutorFactory>) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration.ThreadedSocketAcceptorConfiguration
Deprecated.
Creates a multithreaded acceptor bean
serverAcceptorMBean(Acceptor) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the server's JMX Bean
serverApplication(ApplicationEventPublisher) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the default server's application bean used in the creation of the acceptor connector
serverConnectorManager(Acceptor, QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the server's ConnectorManager
serverExecutorFactory(Executor) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
 
serverMessageFactory() - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the default server's MessageFactory
serverSessionSettings(SessionSettingsLocator, QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the default server's session settings bean used in the creation of the acceptor connector
serverSessionSettingsLocator(ResourceLoader) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
Creates the server's SessionSettingsLocator
serverTaskExecutor(QuickFixJBootProperties) - Method in class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration
Deprecated.
 
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 SessionNotFoundException with the given message.
SessionSettingsLocator - Class in io.allune.quickfixj.spring.boot.starter.connection
SessionSettings helper 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
 
SLEEPYCAT - io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
 
SLF4J - io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
 
SocketAcceptorConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration.SocketAcceptorConfiguration
Deprecated.
 
SocketInitiatorConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration.SocketInitiatorConfiguration
Deprecated.
 
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

ThreadedSocketAcceptorConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.server.QuickFixJServerConfiguration.ThreadedSocketAcceptorConfiguration
Deprecated.
 
ThreadedSocketInitiatorConfiguration() - Constructor for class io.allune.quickfixj.spring.boot.starter.configuration.client.QuickFixJClientConfiguration.ThreadedSocketInitiatorConfiguration
Deprecated.
 
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
 

V

valueOf(String) - Static method in enum io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.allune.quickfixj.spring.boot.starter.configuration.LogMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.allune.quickfixj.spring.boot.starter.configuration.MessageStoreMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J L M N O P Q S T V 
All Classes All Packages