| Package | Description | 
|---|---|
| org.quickfixj.jmx | |
| org.quickfixj.jmx.mbean.connector | |
| org.quickfixj.jmx.mbean.session | |
| quickfix | 
 Core QuickFIX/J classes. 
 | 
| quickfix.field | 
 FIX field definitions for FIX40.xml 
 | 
| quickfix.field.converter | 
 FIX message field data converters. 
 | 
| quickfix.fix40 | 
 Message classes 
 | 
| quickfix.fix41 | 
 Message classes 
 | 
| quickfix.fix42 | 
 Message classes 
 | 
| quickfix.fix43 | 
 Message classes 
 | 
| quickfix.fix44 | 
 Message classes 
 | 
| quickfix.fix50 | 
 Message classes 
 | 
| quickfix.fix50.component | 
 Message component classes 
 | 
| quickfix.fix50sp2 | 
 Message classes 
 | 
| quickfix.fix50sp2.component | 
 Message component classes 
 | 
| quickfix.mina | 
 MINA-related networking code. 
 | 
| quickfix.mina.acceptor | 
 MINA acceptor implementation. 
 | 
| quickfix.mina.initiator | 
 MINA initiator implementation. 
 | 
| quickfix.mina.ssl | 
| Class and Description | 
|---|
| Connector
 Common base interface for acceptors and initiators. 
 | 
| Class and Description | 
|---|
| SessionID
 Identifier for a session. 
 | 
| Class and Description | 
|---|
| ConfigError
 This exception is thrown when a configuration error is detected. 
 | 
| Message
 Represents a FIX message. 
 | 
| Session
 The Session is the primary FIX abstraction for message communication. 
 | 
| SessionID
 Identifier for a session. 
 | 
| SessionNotFound
 The requested session cannot be found. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
| SessionStateListener | 
| Class and Description | 
|---|
| AbstractSessionConnectorBuilder | 
| Acceptor
 Accepts connections from FIX clients and manages the associated sessions. 
 | 
| Application
 This is the primary QuickFIX/J interface for processing session messages. 
 | 
| ApplicationExtended
 Extended Application features 
 | 
| ApplicationFunctionalAdapter
 This is an adapter implementation of Application interface that transforms the usage into more functional style. 
 | 
| BooleanField | 
| BytesField
 BytesField enables better handling of binary data. 
 | 
| CharField
 A character message field. 
 | 
| ConfigError
 This exception is thrown when a configuration error is detected. 
 | 
| Connector
 Common base interface for acceptors and initiators. 
 | 
| DataDictionary
 Provide the message metadata for various versions of FIX. 
 | 
| DataDictionary.GroupInfo
 Contains meta-data for FIX repeating groups 
 | 
| DataDictionaryProvider
 Provide data dictionaries for specified session protocol or application versions. 
 | 
| DecimalField
 A double-values message field. 
 | 
| Dictionary
 Name/value pairs used for specifying groups of settings. 
 | 
| DoNotSend
 Applications can throw this exception to abort the sending or resending
 of a message. 
 | 
| DoubleField
 A double-values message field. 
 | 
| Field
 Base class for FIX message fields. 
 | 
| FieldConvertError
 An exception for field conversion problems. 
 | 
| FieldException | 
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| FieldType
 A field type enum class. 
 | 
| FileStoreFactory
 Creates a message store that stores messages in a file. 
 | 
| FileUtil.Location | 
| FromAdminListener | 
| FromAppListener | 
| Group
 Represents a repeating field group within a message. 
 | 
| IncorrectDataFormat
 Field has a badly formatted value. 
 | 
| IncorrectTagValue
 An exception thrown when a tags value is not valid according to the data dictionary. 
 | 
| Initiator
 Establishes sessions with FIX servers and manages the associated sessions. 
 | 
| IntField
 A integer message field. 
 | 
| InvalidMessage | 
| LocationAwareLogFactory
 This extension of the QF JNI LogFactory interface provides the fully
 qualified class name of the calling class so it can be filtered for
 logging purposes. 
 | 
| Log
 Session log for messages and events. 
 | 
| LogFactory
 Used by a session to create a log implementation. 
 | 
| Message
 Represents a FIX message. 
 | 
| Message.Header | 
| Message.Trailer | 
| MessageComponent
 Represents a FIX message component. 
 | 
| MessageFactory
 Used by a Session to create a Message. 
 | 
| MessageParseError | 
| MessageStore
 Used by a Session to store and retrieve messages for resend purposes. 
 | 
| MessageStoreFactory
 Used by a Session to create a message store implementation. 
 | 
| RejectLogon
 This exception causes a logon to be rejected with a forced logout and immediate disconnect. 
 | 
| Responder
 Used by a Session to send raw FIX message data and to disconnect a
 connection. 
 | 
| RuntimeError
 Application encountered serious error during runtime. 
 | 
| Session
 The Session is the primary FIX abstraction for message communication. 
 | 
| SessionFactory
 Creates a Session based on the specified settings. 
 | 
| SessionID
 Identifier for a session. 
 | 
| SessionNotFound
 The requested session cannot be found. 
 | 
| SessionSchedule
 Used to decide when to login and out of FIX sessions 
 | 
| SessionScheduleFactory
 Creates a SessionSchedule based on the specified settings. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
| SessionState.ResendRange
 The resend range when sending a resend request. 
 | 
| SessionStateListener | 
| SocketAcceptor
 Accepts connections and uses a single thread to process messages for all
 sessions. 
 | 
| SocketAcceptor.Builder | 
| SocketInitiator
 Initiates connections and uses a single thread to process messages for all
 sessions. 
 | 
| SocketInitiator.Builder | 
| StringField
 A string-valued message field. 
 | 
| SystemTimeSource
 Interface for obtaining system time. 
 | 
| ThreadedSocketAcceptor
 Accepts connections and uses a separate thread per session to process messages. 
 | 
| ThreadedSocketAcceptor.Builder | 
| ThreadedSocketInitiator
 Initiates connections and uses a separate thread per session to process messages. 
 | 
| ThreadedSocketInitiator.Builder | 
| ToAppListener | 
| UnsupportedMessageType
 Message type not supported by application. 
 | 
| UtcDateOnlyField
 A date-valued message field. 
 | 
| UtcTimeOnlyField | 
| UtcTimeStampField
 A timestamp-valued message field (a timestamp has both a date and a time). 
 | 
| UtcTimestampPrecision | 
| Class and Description | 
|---|
| BooleanField | 
| CharField
 A character message field. 
 | 
| DoubleField
 A double-values message field. 
 | 
| Field
 Base class for FIX message fields. 
 | 
| IntField
 A integer message field. 
 | 
| StringField
 A string-valued message field. 
 | 
| UtcDateOnlyField
 A date-valued message field. 
 | 
| UtcTimeOnlyField | 
| UtcTimeStampField
 A timestamp-valued message field (a timestamp has both a date and a time). 
 | 
| Class and Description | 
|---|
| FieldConvertError
 An exception for field conversion problems. 
 | 
| UtcTimestampPrecision | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| MessageComponent
 Represents a FIX message component. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| Message
 Represents a FIX message. 
 | 
| Message.Header | 
| MessageFactory
 Used by a Session to create a Message. 
 | 
| Class and Description | 
|---|
| FieldMap
 Field container used by messages, groups, and composites. 
 | 
| FieldNotFound
 An exception thrown when a field is not found in message. 
 | 
| Group
 Represents a repeating field group within a message. 
 | 
| MessageComponent
 Represents a FIX message component. 
 | 
| Class and Description | 
|---|
| ConfigError
 This exception is thrown when a configuration error is detected. 
 | 
| Connector
 Common base interface for acceptors and initiators. 
 | 
| ExecutorFactory
 
 Two Executors are required. 
 | 
| FieldConvertError
 An exception for field conversion problems. 
 | 
| Message
 Represents a FIX message. 
 | 
| Responder
 Used by a Session to send raw FIX message data and to disconnect a
 connection. 
 | 
| Session
 The Session is the primary FIX abstraction for message communication. 
 | 
| SessionFactory
 Creates a Session based on the specified settings. 
 | 
| SessionID
 Identifier for a session. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
| Class and Description | 
|---|
| Acceptor
 Accepts connections from FIX clients and manages the associated sessions. 
 | 
| Application
 This is the primary QuickFIX/J interface for processing session messages. 
 | 
| ConfigError
 This exception is thrown when a configuration error is detected. 
 | 
| Connector
 Common base interface for acceptors and initiators. 
 | 
| LogFactory
 Used by a session to create a log implementation. 
 | 
| MessageFactory
 Used by a Session to create a Message. 
 | 
| MessageStoreFactory
 Used by a Session to create a message store implementation. 
 | 
| Session
 The Session is the primary FIX abstraction for message communication. 
 | 
| SessionFactory
 Creates a Session based on the specified settings. 
 | 
| SessionID
 Identifier for a session. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
| Class and Description | 
|---|
| Application
 This is the primary QuickFIX/J interface for processing session messages. 
 | 
| ConfigError
 This exception is thrown when a configuration error is detected. 
 | 
| Connector
 Common base interface for acceptors and initiators. 
 | 
| Initiator
 Establishes sessions with FIX servers and manages the associated sessions. 
 | 
| LogFactory
 Used by a session to create a log implementation. 
 | 
| MessageFactory
 Used by a Session to create a Message. 
 | 
| MessageStoreFactory
 Used by a Session to create a message store implementation. 
 | 
| Session
 The Session is the primary FIX abstraction for message communication. 
 | 
| SessionFactory
 Creates a Session based on the specified settings. 
 | 
| SessionID
 Identifier for a session. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
| Class and Description | 
|---|
| SessionID
 Identifier for a session. 
 | 
| SessionSettings
 Settings for sessions. 
 | 
Copyright © 2021. All rights reserved.