- CachedFileStore - Class in quickfix
-
File store implementation.
- CachedFileStoreFactory - Class in quickfix
-
Creates a message store that stores messages in a file.
- CachedFileStoreFactory(SessionSettings) - Constructor for class quickfix.CachedFileStoreFactory
-
Create the factory with configuration in session settings.
- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.FieldMap
-
- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.Message.Header
-
- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.Message.Trailer
-
- canLogon(SessionID) - Method in interface quickfix.ApplicationExtended
-
If returns false, the session logon is aborted, without sending any logon.
- CharConverter - Class in quickfix.field.converter
-
Converts between a character and a String.
- CharConverter() - Constructor for class quickfix.field.converter.CharConverter
-
- CharField - Class in quickfix
-
A character message field.
- CharField(int) - Constructor for class quickfix.CharField
-
- CharField(int, Character) - Constructor for class quickfix.CharField
-
- CharField(int, char) - Constructor for class quickfix.CharField
-
- CharsetSupport - Class in org.quickfixj
-
- CharsetSupport() - Constructor for class org.quickfixj.CharsetSupport
-
- checkClientTrusted(X509Certificate[], String) - Method in class quickfix.mina.ssl.X509TrustManagerWrapper
-
- checkServerTrusted(X509Certificate[], String) - Method in class quickfix.mina.ssl.X509TrustManagerWrapper
-
- checksum(byte[], boolean) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given data.
- checksum(Charset, String, boolean) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given data.
- checksum(String) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given message
(excluding existing checksum field, if one exists).
- clear() - Method in class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- clear() - Method in class quickfix.FieldMap
-
- clear() - Method in class quickfix.FileLog
-
Deletes the log files.
- clear() - Method in interface quickfix.Log
-
Clears the log and removes any persistent log data.
- clear() - Method in class quickfix.Message
-
- clear() - Method in class quickfix.ScreenLog
-
- clear() - Method in class quickfix.SLF4JLog
-
- clearConnectorSessions() - Method in class quickfix.mina.SessionConnector
-
Will remove all Sessions from the SessionConnector's Session map.
- clearLogoutReason() - Method in class quickfix.SessionState
-
- clearQueue() - Method in class quickfix.SessionState
-
- clearTestRequestCounter() - Method in class quickfix.SessionState
-
- clone() - Method in class quickfix.Message
-
- close() - Method in class quickfix.FileLog
-
Closed the messages and events files.
- close() - Method in class quickfix.FileStore
-
Close the store's files.
- close() - Method in class quickfix.Session
-
Closes session resources and unregisters session.
- closeAndDeleteFiles() - Method in class quickfix.FileStore
-
- closeFiles() - Method in class quickfix.CachedFileStore
-
Close the store's files.
- closeManagedSessionsAndDispose(IoService, boolean, Logger) - Static method in class quickfix.mina.SessionConnector
-
Closes all managed sessions of an Initiator/Acceptor.
- CompositeDataBeanAdapter - Class in org.quickfixj.jmx.openmbean
-
- CompositeDataBeanAdapter(Class<?>) - Constructor for class org.quickfixj.jmx.openmbean.CompositeDataBeanAdapter
-
- CompositeDataBeanAdapter(Class<?>, String) - Constructor for class org.quickfixj.jmx.openmbean.CompositeDataBeanAdapter
-
- CompositeDataFactory - Class in org.quickfixj.jmx.openmbean
-
- CompositeDataFactory(CompositeType) - Constructor for class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- CompositeIoFilterChainBuilder - Class in quickfix.mina
-
(For internal usage only.) This is the filter that initializes the FIX
coder/decoder factory and delegate additional filter customizations to
an optional user-defined IoFilterChainBuilder.
- CompositeIoFilterChainBuilder(IoFilterChainBuilder) - Constructor for class quickfix.mina.CompositeIoFilterChainBuilder
-
- CompositeLogFactory - Class in quickfix
-
Allows multiple log factories to be used with QuickFIX/J.
- CompositeLogFactory(LogFactory[]) - Constructor for class quickfix.CompositeLogFactory
-
Defines a composite log factory based on a set of existing
LogFactory implementations.
- CompositeTypeFactory - Class in org.quickfixj.jmx.openmbean
-
- CompositeTypeFactory(String, String) - Constructor for class org.quickfixj.jmx.openmbean.CompositeTypeFactory
-
- computeIfAbsent(K) - Method in class org.quickfixj.SimpleCache
-
- ConfigError - Exception in quickfix
-
This exception is thrown when a configuration error is detected.
- ConfigError() - Constructor for exception quickfix.ConfigError
-
- ConfigError(String) - Constructor for exception quickfix.ConfigError
-
- ConfigError(Throwable) - Constructor for exception quickfix.ConfigError
-
- ConfigError(String, Throwable) - Constructor for exception quickfix.ConfigError
-
- Connector - Interface in quickfix
-
Common base interface for acceptors and initiators.
- ConnectorAdminMBean - Interface in org.quickfixj.jmx.mbean.connector
-
- ConnectorJmxExporter - Class in org.quickfixj.jmx.mbean.connector
-
- ConnectorJmxExporter() - Constructor for class org.quickfixj.jmx.mbean.connector.ConnectorJmxExporter
-
- convert(boolean) - Static method in class quickfix.field.converter.BooleanConverter
-
Converts a boolean to a String.
- convert(String) - Static method in class quickfix.field.converter.BooleanConverter
-
Converts a String value to a boolean.
- convert(char) - Static method in class quickfix.field.converter.CharConverter
-
Converts a character to a String
- convert(String) - Static method in class quickfix.field.converter.CharConverter
-
Convert a String value to a character.
- convert(BigDecimal) - Static method in class quickfix.field.converter.DecimalConverter
-
Converts a double to a string with no padding.
- convert(BigDecimal, int) - Static method in class quickfix.field.converter.DecimalConverter
-
Converts a decimal to a string with padding.
- convert(String) - Static method in class quickfix.field.converter.DecimalConverter
-
Convert a String value to a decimal.
- convert(double) - Static method in class quickfix.field.converter.DoubleConverter
-
Converts a double to a string with no padding.
- convert(double, int) - Static method in class quickfix.field.converter.DoubleConverter
-
Converts a double to a string with padding.
- convert(String) - Static method in class quickfix.field.converter.DoubleConverter
-
Convert a String value to a double.
- convert(int) - Static method in class quickfix.field.converter.IntConverter
-
Convert and integer to a String
- convert(String) - Static method in class quickfix.field.converter.IntConverter
-
Convert a String to an integer.
- convert(Date) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
Convert a date to a String ("YYYYMMDD")
- convert(LocalDate) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- convert(String) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
Convert between a String and a date
- convert(Date, boolean) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert a time (represented as a Date) to a String (HH:MM:SS or HH:MM:SS.SSS)
- convert(LocalTime, UtcTimestampPrecision) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert a time (represented as LocalTime) to a String
- convert(String) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert between a String and a time
- convert(Date, boolean) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp (represented as a Date) to a String.
- convert(LocalDateTime, UtcTimestampPrecision) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp (represented as a LocalDateTime) to a String.
- convert(String) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp string into a Date.
- convertToLocalDate(String) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- convertToLocalDateTime(String) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp string into a LocalDateTime object.
- convertToLocalTime(String) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
- copyFrom(FieldMap) - Method in class quickfix.MessageComponent
-
- copySettings(SessionSettings, Properties) - Method in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider
-
- copyTo(FieldMap) - Method in class quickfix.MessageComponent
-
- crack(Message, SessionID) - Method in class quickfix.MessageCracker
-
Process ("crack") a FIX message and call the registered handlers for that type, if any
- create(SessionID) - Method in class quickfix.CachedFileStoreFactory
-
Creates a file-based message store.
- create(SessionID) - Method in class quickfix.CompositeLogFactory
-
Create the composite Log.
- create(String, String) - Method in class quickfix.DefaultMessageFactory
-
- create(String, ApplVerID, String) - Method in class quickfix.DefaultMessageFactory
-
- create(String, String, int) - Method in class quickfix.DefaultMessageFactory
-
- create(SessionID, SessionSettings) - Method in class quickfix.DefaultSessionFactory
-
- create(SessionID, SessionSettings) - Method in class quickfix.DefaultSessionScheduleFactory
-
- create(SessionID) - Method in class quickfix.FileLogFactory
-
Creates a file-based logger.
- create(SessionID) - Method in class quickfix.FileStoreFactory
-
Creates a file-based message store.
- create(SessionID) - Method in class quickfix.JdbcLogFactory
-
Create a JDBC logger.
- create(SessionID) - Method in class quickfix.JdbcStoreFactory
-
Create a JDBC message store.
- create(SessionID, String) - Method in interface quickfix.LocationAwareLogFactory
-
Create a log implementation.
- create(SessionID) - Method in interface quickfix.LogFactory
-
Create a log implementation.
- create(SessionID) - Method in class quickfix.MemoryStoreFactory
-
- create(String, String) - Method in interface quickfix.MessageFactory
-
Creates a message for a specified type and FIX version
- create(String, ApplVerID, String) - Method in interface quickfix.MessageFactory
-
Creates a message for a specified type, FIX version, and ApplVerID.
- create(String, String, int) - Method in interface quickfix.MessageFactory
-
Creates a group for the specified parent message type and
for the fields with the corresponding field ID
Example: to create a quickfix.fix42.MarketDataRequest.NoMDEntryTypes
you need to call
create(quickfix.field.MsgType#MARKET_DATA_REQUEST
, quickfix.field.NoMDEntryTypes#FIELD
)
Function returns null if the group cannot be created.
- create(SessionID) - Method in interface quickfix.MessageStoreFactory
-
Creates a message store implementation.
- create(SessionID) - Method in class quickfix.NoopStoreFactory
-
- create(SessionID) - Method in class quickfix.ScreenLogFactory
-
- create(SessionID, SessionSettings) - Method in interface quickfix.SessionFactory
-
- create(SessionID, SessionSettings) - Method in interface quickfix.SessionScheduleFactory
-
- create(SessionID) - Method in class quickfix.SleepycatStoreFactory
-
- create(SessionID) - Method in class quickfix.SLF4JLogFactory
-
- create(SessionID, String) - Method in class quickfix.SLF4JLogFactory
-
This supports use of this log in a CompositeLogFactory.
- createCompositeData() - Method in class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- createCompositeType() - Method in class org.quickfixj.jmx.openmbean.CompositeTypeFactory
-
- createDynamicSession(SessionID) - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- createIoAcceptor(int) - Static method in class quickfix.mina.ProtocolFactory
-
- createIoConnector(SocketAddress) - Static method in class quickfix.mina.ProtocolFactory
-
- createIoProxyConnector(SocketConnector, InetSocketAddress, InetSocketAddress, String, String, String, String, String, String) - Static method in class quickfix.mina.ProtocolFactory
-
- createName() - Method in class org.quickfixj.jmx.mbean.ObjectNameFactory
-
- createSession(SessionID) - Method in class quickfix.mina.SessionConnector
-
- createSessionInitiators() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- createSessionName(SessionID) - Method in class org.quickfixj.jmx.mbean.session.SessionJmxExporter
-
- createSocketAddress(int, String, int) - Static method in class quickfix.mina.ProtocolFactory
-
- CriticalProtocolCodecException - Exception in quickfix.mina
-
This type of exception usually requires a disconnect of the connection.
- CriticalProtocolCodecException() - Constructor for exception quickfix.mina.CriticalProtocolCodecException
-
- CriticalProtocolCodecException(String, Throwable) - Constructor for exception quickfix.mina.CriticalProtocolCodecException
-
- CriticalProtocolCodecException(String) - Constructor for exception quickfix.mina.CriticalProtocolCodecException
-
- CriticalProtocolCodecException(Throwable) - Constructor for exception quickfix.mina.CriticalProtocolCodecException
-
- currentTimeMillis() - Static method in class quickfix.SystemTime
-
- generateHeartbeat() - Method in class quickfix.Session
-
- generateLogout() - Method in class quickfix.Session
-
- generateTestRequest(String) - Method in class quickfix.Session
-
- get(int, int, Collection<String>) - Method in class quickfix.CachedFileStore
-
- get(int, String) - Method in class quickfix.CachedFileStore
-
This method is here for JNI API consistency but it's not implemented.
- get(int, int, Collection<String>) - Method in class quickfix.FileStore
-
- get(int, String) - Method in class quickfix.FileStore
-
This method is here for JNI API consistency but it's not
implemented.
- get(int, int, Collection<String>) - Method in class quickfix.MemoryStore
-
- get(int, String) - Method in class quickfix.MemoryStore
-
This method is here for JNI API consistency but it's not
implemented.
- get(int, int, Collection<String>) - Method in interface quickfix.MessageStore
-
Get messages within sequence number range (inclusive).
- get(int, int, Collection<String>) - Method in class quickfix.NoopStore
-
- get(int) - Static method in class quickfix.NumbersCache
-
Get the String representing the given number
- get(double) - Static method in class quickfix.NumbersCache
-
Get the string representing the given double if it's an integer
- get(SessionID) - Method in class quickfix.SessionSettings
-
- get() - Method in class quickfix.SessionSettings
-
- get(int, int, Collection<String>) - Method in class quickfix.SessionState
-
- get(int, int, Collection<String>) - Method in class quickfix.SleepycatStore
-
- getAcceptedIssuers() - Method in class quickfix.mina.ssl.X509TrustManagerWrapper
-
- getAcceptorAddress() - Method in class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin.SessionAcceptorAddressRow
-
- getAcceptorAddresses() - Method in class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin
-
- getAcceptorAddresses() - Method in interface org.quickfixj.jmx.mbean.connector.SocketAcceptorAdminMBean
-
- getAcceptorAddresses() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- getAddressTransportType(SocketAddress) - Static method in class quickfix.mina.ProtocolFactory
-
- getApplicationDataDictionary(ApplVerID) - Method in interface quickfix.DataDictionaryProvider
-
Retrieve the data dictionary for the specified application version.
- getApplicationDataDictionary(ApplVerID) - Method in class quickfix.DefaultDataDictionaryProvider
-
- getAttribute(String) - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- getAttributes(String[]) - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- getBeginSeqNo() - Method in class quickfix.SessionState.ResendRange
-
- getBeginString() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getBeginString() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the begin string (FIX version) for the session
- getBeginString() - Method in class quickfix.SessionID
-
- getBool(String) - Method in class quickfix.Dictionary
-
- getBool(String) - Method in class quickfix.SessionSettings
-
Gets a boolean value from the default section of the settings.
- getBool(SessionID, String) - Method in class quickfix.SessionSettings
-
Get a settings value as a boolean value.
- getBoolean(int) - Method in class quickfix.FieldMap
-
- getChar(int) - Method in class quickfix.FieldMap
-
- getCharset() - Static method in class org.quickfixj.CharsetSupport
-
- getCharsetInstance() - Static method in class org.quickfixj.CharsetSupport
-
- getCheckCompID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getCheckCompID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getCheckCompID() - Method in class quickfix.Session
-
- getComponent(MessageComponent) - Method in class quickfix.FieldMap
-
- getConnectionRole() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getConnectionRole() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getConnectorName() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getConnectorName() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getCreationTime() - Method in class quickfix.CachedFileStore
-
- getCreationTime() - Method in class quickfix.FileStore
-
- getCreationTime() - Method in class quickfix.MemoryStore
-
- getCreationTime() - Method in interface quickfix.MessageStore
-
Get the session creation time.
- getCreationTime() - Method in class quickfix.NoopStore
-
- getCreationTime() - Method in class quickfix.SessionState
-
- getCreationTime() - Method in class quickfix.SleepycatStore
-
- getCurrentEndSeqNo() - Method in class quickfix.SessionState.ResendRange
-
- getData(Object) - Method in class org.quickfixj.jmx.openmbean.CompositeDataBeanAdapter
-
- getData() - Method in exception quickfix.IncorrectDataFormat
-
- getDataDictionary() - Method in class quickfix.DataDictionary.GroupInfo
-
- getDataDictionary() - Method in class quickfix.Session
-
- getDataDictionaryProvider() - Method in class quickfix.Session
-
- getDate(LocalDate) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- getDate(LocalTime) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
- getDate(LocalDateTime) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
- getDate() - Static method in class quickfix.SystemTime
-
- getDay(String) - Method in class quickfix.Dictionary
-
- getDecimal(int) - Method in class quickfix.FieldMap
-
- getDefaultCharset() - Static method in class org.quickfixj.CharsetSupport
-
- getDefaultCipherSuites(SSLContext) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getDefaultProperties() - Method in class quickfix.SessionSettings
-
Returns the defaults for the session-level settings.
- getDelimiterField() - Method in class quickfix.DataDictionary.GroupInfo
-
Returns the delimiter field used to start a repeating group instance.
- getDispatcher(SessionID) - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- getDouble(String) - Method in class quickfix.Dictionary
-
- getDouble(int) - Method in class quickfix.FieldMap
-
- getDouble(String) - Method in class quickfix.SessionSettings
-
Gets a double value from the default section of the settings.
- getDouble(SessionID, String) - Method in class quickfix.SessionSettings
-
Get a settings value as a double number.
- getEnabled() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getEnabled() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getEnabledCipherSuites() - Method in class quickfix.mina.ssl.SSLConfig
-
- getEnabledCipherSuites(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getEnabledProtocols() - Method in class quickfix.mina.ssl.SSLConfig
-
- getEnabledProtocols(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getEndpoints() - Method in interface org.quickfixj.jmx.mbean.connector.SocketInitiatorAdminMBean
-
Get initiator communication endpoints
- getEndpoints() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- getEndSeqNo() - Method in class quickfix.SessionState.ResendRange
-
- getEventHandlingStrategy() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- getEventHandlingStrategy() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- getEventHandlingStrategy() - Method in class quickfix.SocketAcceptor
-
- getEventHandlingStrategy() - Method in class quickfix.SocketInitiator
-
- getEventHandlingStrategy() - Method in class quickfix.ThreadedSocketAcceptor
-
- getEventHandlingStrategy() - Method in class quickfix.ThreadedSocketInitiator
-
- getException() - Method in class quickfix.Message
-
- getExpectedSenderNum() - Method in class quickfix.Session
-
Retrieves the expected sender sequence number.
- getExpectedTargetNum() - Method in class quickfix.Session
-
Retrieves the expected target sequence number.
- getField() - Method in class quickfix.Field
-
Gets the field's tag.
- getField() - Method in exception quickfix.FieldException
-
- getField(BytesField) - Method in class quickfix.FieldMap
-
- getField(StringField) - Method in class quickfix.FieldMap
-
- getField(BooleanField) - Method in class quickfix.FieldMap
-
- getField(CharField) - Method in class quickfix.FieldMap
-
- getField(IntField) - Method in class quickfix.FieldMap
-
- getField(DoubleField) - Method in class quickfix.FieldMap
-
- getField(DecimalField) - Method in class quickfix.FieldMap
-
- getField(UtcTimeStampField) - Method in class quickfix.FieldMap
-
- getField(UtcTimeOnlyField) - Method in class quickfix.FieldMap
-
- getField(UtcDateOnlyField) - Method in class quickfix.FieldMap
-
- getField() - Method in exception quickfix.IncorrectDataFormat
-
- getField() - Method in exception quickfix.IncorrectTagValue
-
- getFieldName(int) - Method in class quickfix.DataDictionary
-
Get the field name for a specified tag.
- getFieldOrder() - Method in class quickfix.FieldMap
-
Returns the order of fields in the group.
- getFields() - Method in class quickfix.MessageComponent
-
- getFieldTag(String) - Method in class quickfix.DataDictionary
-
Get the field tag given a field name.
- getFieldTag() - Method in class quickfix.Group
-
- getFieldType(int) - Method in class quickfix.DataDictionary
-
Return the field type for a field.
- getFixMessage() - Method in exception quickfix.InvalidMessage
-
- getGroup(String, int) - Method in class quickfix.DataDictionary
-
Get repeating group metadata.
- getGroup(int, Group) - Method in class quickfix.FieldMap
-
- getGroup(int, int) - Method in class quickfix.FieldMap
-
- getGroupCount(int) - Method in class quickfix.FieldMap
-
Returns the number of groups associated with the specified count tag.
- getGroupFields() - Method in class quickfix.MessageComponent
-
- getGroups(int) - Method in class quickfix.FieldMap
-
- getHeader() - Method in class quickfix.Message
-
- getHeartBeatInterval() - Method in class quickfix.SessionState
-
- getHost() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getHostName() - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
Get the host name of the connector.
- getID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getInitiators() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- getInstance(SSLConfig) - Static method in class quickfix.mina.ssl.SSLContextFactory
-
- getInt(int) - Method in class quickfix.FieldMap
-
- getInt(String) - Method in class quickfix.SessionSettings
-
Gets an int from the default section of settings.
- getInt(SessionID, String) - Method in class quickfix.SessionSettings
-
Get a settings value as an integer.
- getIntSetting(String) - Method in class quickfix.mina.SessionConnector
-
- getIoFilterChainBuilder() - Method in class quickfix.mina.SessionConnector
-
- getJavaType() - Method in enum quickfix.FieldType
-
- getKeyManagerFactoryAlgorithm() - Method in class quickfix.mina.ssl.SSLConfig
-
- getKeyManagerFactoryAlgorithm(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getKeyStoreName() - Method in class quickfix.mina.ssl.SSLConfig
-
- getKeyStoreName(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getKeyStorePassword() - Method in class quickfix.mina.ssl.SSLConfig
-
- getKeyStorePassword(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getKeyStoreType() - Method in class quickfix.mina.ssl.SSLConfig
-
- getKeyStoreType(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getLastExpectedLogonNextSeqNum() - Method in class quickfix.SessionState
-
- getLastReceivedTime() - Method in class quickfix.SessionState
-
- getLastSentTime() - Method in class quickfix.SessionState
-
- getLocalDateTime() - Static method in class quickfix.SystemTime
-
- getLock() - Method in class quickfix.SessionState
-
- getLog() - Method in class quickfix.Session
-
- getLog() - Method in class quickfix.SessionState
-
- getLogClassName() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getLogClassName() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getLogonTimeout() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getLogonTimeout() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getLogonTimeout() - Method in class quickfix.Session
-
- getLogonTimeout() - Method in class quickfix.SessionState
-
- getLogoutReason() - Method in class quickfix.SessionState
-
- getLogoutTimeout() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getLogoutTimeout() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getLogoutTimeout() - Method in class quickfix.Session
-
- getLogoutTimeout() - Method in class quickfix.SessionState
-
- getLong(String) - Method in class quickfix.Dictionary
-
- getLong(String) - Method in class quickfix.SessionSettings
-
Gets a long from the default section of settings.
- getLong(SessionID, String) - Method in class quickfix.SessionSettings
-
Get a settings value as a long integer.
- getLongLivedExecutor() - Method in interface quickfix.ExecutorFactory
-
The message processing activities are long-lived so this Executor must have sufficient distinct Threads available
to handle all your Sessions.
- getManagedSessions() - Method in class quickfix.mina.SessionConnector
-
Get the list of session managed by this connector.
- getMaxScheduledWriteRequests() - Method in class quickfix.Session
-
- getMBeanInfo() - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- getMBeanServer() - Method in class org.quickfixj.jmx.JmxExporter
-
- getMessage(int) - Static method in class quickfix.BusinessRejectReasonText
-
Get the description string for a specified business reject reason.
- getMessageFactory() - Method in class quickfix.Session
-
- getMessageFactoryClassName() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getMessageFactoryClassName() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getMessages(int, int) - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getMessageStore() - Method in class quickfix.SessionState
-
- getMessageStoreClassName() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getMessageStoreClassName() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getMessageType(String) - Static method in class quickfix.MessageUtils
-
- getMessageTypes() - Static method in class quickfix.mina.message.FIXMessageEncoder
-
- getMsgType(String) - Method in class quickfix.DataDictionary
-
Return the message type for the specified name.
- getMulticaster() - Method in class quickfix.ListenerSupport
-
- getName() - Method in class quickfix.Dictionary
-
- getNetworkingOptions() - Method in class quickfix.mina.AbstractIoHandler
-
- getNextMessage(QueueTracker<Message>) - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- getNextQueuedMessage() - Method in class quickfix.SessionState
-
- getNextSenderMsgSeqNum() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getNextSenderMsgSeqNum() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the next sender message sequence number.
- getNextSenderMsgSeqNum() - Method in class quickfix.CachedFileStore
-
- getNextSenderMsgSeqNum() - Method in class quickfix.FileStore
-
- getNextSenderMsgSeqNum() - Method in class quickfix.MemoryStore
-
- getNextSenderMsgSeqNum() - Method in interface quickfix.MessageStore
-
- getNextSenderMsgSeqNum() - Method in class quickfix.NoopStore
-
- getNextSenderMsgSeqNum() - Method in class quickfix.SessionState
-
- getNextSenderMsgSeqNum() - Method in class quickfix.SleepycatStore
-
- getNextTargetMsgSeqNum() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getNextTargetMsgSeqNum() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the next target message sequence number.
- getNextTargetMsgSeqNum() - Method in class quickfix.CachedFileStore
-
- getNextTargetMsgSeqNum() - Method in class quickfix.FileStore
-
- getNextTargetMsgSeqNum() - Method in class quickfix.MemoryStore
-
- getNextTargetMsgSeqNum() - Method in interface quickfix.MessageStore
-
- getNextTargetMsgSeqNum() - Method in class quickfix.NoopStore
-
- getNextTargetMsgSeqNum() - Method in class quickfix.SessionState
-
- getNextTargetMsgSeqNum() - Method in class quickfix.SleepycatStore
-
- getNow() - Method in interface quickfix.SystemTimeSource
-
Obtain current LocalDateTime.
- getNumMessageCategories() - Method in class quickfix.DataDictionary
-
- getObject() - Method in class quickfix.Field
-
Get the field value
- getOptionalDecimal(int) - Method in class quickfix.FieldMap
-
- getOptionalString(int) - Method in class quickfix.FieldMap
-
- getOrderedFields() - Method in class quickfix.DataDictionary
-
- getPadding() - Method in class quickfix.DecimalField
-
- getPadding() - Method in class quickfix.DoubleField
-
- getPattern() - Method in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider.TemplateMapping
-
- getPrecision() - Method in class quickfix.UtcTimeField
-
- getPrecision() - Method in class quickfix.UtcTimeOnlyField
-
- getPrecision() - Method in class quickfix.UtcTimeStampField
-
- getProcessID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getQueuedSeqNums() - Method in class quickfix.SessionState
-
- getQueueSize() - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
The size of the underlying event queue
- getQueueSize() - Method in class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin
-
- getQueueSize() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- getQueueSize() - Method in interface quickfix.mina.EventHandlingStrategy
-
- getQueueSize(SessionID) - Method in interface quickfix.mina.EventHandlingStrategy
-
- getQueueSize() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- getQueueSize() - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- getQueueSize(SessionID) - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- getQueueSize() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- getQueueSize(SessionID) - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- getQueueSize() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy.MessageDispatchingThread
-
- getRedundantResendRequestsAllowed() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getRedundantResendRequestsAllowed() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getRedundantResentRequestsAllowed() - Method in class quickfix.Session
-
- getRefreshOnLogon() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getRefreshOnLogon() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getRefreshOnLogon() - Method in class quickfix.Session
-
- getRemoteAddress() - Method in class quickfix.mina.IoSessionResponder
-
- getRemoteAddress() - Method in interface quickfix.Responder
-
Provides remote address of the session connection, if any.
- getRemoteAddress() - Method in class quickfix.Session
-
Provides remote address of the session connection, if any.
- getRemoteIPAddress() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getResendRange() - Method in class quickfix.SessionState
-
- getResetOnDisconnect() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getResetOnDisconnect() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getResetOnDisconnect() - Method in class quickfix.Session
-
- getResetOnLogout() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getResetOnLogout() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getResetOnLogout() - Method in class quickfix.Session
-
- getResponder() - Method in class quickfix.Session
-
- getReverseSessionID(Message) - Static method in class quickfix.MessageUtils
-
- getReverseSessionID(String) - Static method in class quickfix.MessageUtils
-
- getRole() - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
The connection role.
- getScheduledExecutorService() - Method in class quickfix.mina.SessionConnector
-
- getSenderCompID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getSenderCompID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the sender company ID for the session.
- getSenderCompID() - Method in class quickfix.SessionID
-
- getSenderDefaultApplicationVersionID() - Method in class quickfix.Session
-
- getSenderLocationID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getSenderLocationID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the sender company location ID for the session.
- getSenderLocationID() - Method in class quickfix.SessionID
-
- getSenderSubID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getSenderSubID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the sender company subID for the session.
- getSenderSubID() - Method in class quickfix.SessionID
-
- getSession(SessionID, SessionConnector) - Method in interface quickfix.mina.acceptor.AcceptorSessionProvider
-
Return a session for this sessionID.
- getSession(SessionID, SessionConnector) - Method in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider
-
- getSessionConnector() - Method in interface quickfix.mina.EventHandlingStrategy
-
- getSessionConnector() - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- getSessionConnector() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
The SessionConnector is not directly required for thread-per-session handler - we don't multiplex
between multiple sessions here.
- getSessionDataDictionary(String) - Method in interface quickfix.DataDictionaryProvider
-
Retrieve the data dictionary for parsing a specific version of the transport header/trailer.
- getSessionDataDictionary(String) - Method in class quickfix.DefaultDataDictionaryProvider
-
- getSessionID() - Method in class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin.SessionAcceptorAddressRow
-
- getSessionID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getSessionID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the session ID.
- getSessionID() - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- getSessionID(Message) - Static method in class quickfix.MessageUtils
-
- getSessionID(String) - Static method in class quickfix.MessageUtils
-
- getSessionID() - Method in class quickfix.Session
-
- getSessionMap() - Method in class quickfix.mina.SessionConnector
-
This is for subclasses to directly access the session map.
- getSessionName() - Method in class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin.SessionAcceptorAddressRow
-
- getSessionName(SessionID) - Method in class org.quickfixj.jmx.mbean.session.SessionJmxExporter
-
- getSessionProperties(SessionID, boolean) - Method in class quickfix.SessionSettings
-
Return the settings for a session as a Properties object.
- getSessionProperties(SessionID) - Method in class quickfix.SessionSettings
-
Return the settings for a session as a Properties object.
- getSessionQualifier() - Method in class quickfix.SessionID
-
Session qualifier can be used to identify different sessions
for the same target company ID.
- getSessionRejectReason() - Method in exception quickfix.FieldException
-
- getSessionRejectReason() - Method in exception quickfix.IncorrectDataFormat
-
- getSessionRejectReason() - Method in exception quickfix.IncorrectTagValue
-
- getSessions() - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
Get all session who may be connected through this connector.
- getSessions() - Method in interface quickfix.Connector
-
Returns the sessions managed by this acceptor.
- getSessions() - Method in class quickfix.mina.SessionConnector
-
Return the list of session identifiers of sessions managed
by this connector.
- getSessionStatus() - Method in exception quickfix.RejectLogon
-
- getSettings() - Method in class quickfix.JdbcLogFactory
-
Used to support the MySQL-specific class (JNI compatibility)
- getSettings() - Method in class quickfix.JdbcStoreFactory
-
Used to support the MySQL-specific class (JNI compatibility)
- getSettings() - Method in class quickfix.mina.SessionConnector
-
- getShortLivedExecutor() - Method in interface quickfix.ExecutorFactory
-
The timer tasks are short-lived and only require one Thread (calls are serialized).
- getSslConfig(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
Retrieve all related SSL configuration for a specific
SessionID
.
- getStartTime() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getStartTime() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- getStartTime() - Method in class quickfix.Session
-
- getStore() - Method in class quickfix.Session
-
Get the message store.
- getString(String) - Method in class quickfix.Dictionary
-
- getString(String, boolean) - Method in class quickfix.Dictionary
-
- getString(int) - Method in class quickfix.FieldMap
-
- getString(String) - Method in class quickfix.SessionSettings
-
Gets a string from the default section of the settings.
- getString(SessionID, String) - Method in class quickfix.SessionSettings
-
Get a settings string.
- getStringField(String, int) - Static method in class quickfix.MessageUtils
-
- getSupportedProtocols(SSLContext) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getSynchronousWrites() - Method in class quickfix.mina.NetworkingOptions
-
- getSynchronousWriteTimeout() - Method in class quickfix.mina.NetworkingOptions
-
- getTag() - Method in class quickfix.Field
-
Gets the field's tag.
- getTargetCompID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getTargetCompID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the target company ID for the session.
- getTargetCompID() - Method in class quickfix.SessionID
-
- getTargetDefaultApplicationVersionID() - Method in class quickfix.Session
-
- getTargetLocationID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getTargetLocationID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the target location ID for the session.
- getTargetLocationID() - Method in class quickfix.SessionID
-
- getTargetSubID() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- getTargetSubID() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Get the target subID for the session.
- getTargetSubID() - Method in class quickfix.SessionID
-
- getTemplateID() - Method in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider.TemplateMapping
-
- getTestRequestDelayMultiplier() - Method in class quickfix.Session
-
- getTestRequestDelayMultiplier() - Method in class quickfix.SessionState
-
- getTime() - Method in interface quickfix.SystemTimeSource
-
Obtain the current time.
- getTrailer() - Method in class quickfix.Message
-
- getTransportType(String) - Static method in class quickfix.mina.ProtocolFactory
-
- getTrustManagerFactoryAlgorithm() - Method in class quickfix.mina.ssl.SSLConfig
-
- getTrustManagerFactoryAlgorithm(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getTrustStoreName() - Method in class quickfix.mina.ssl.SSLConfig
-
- getTrustStoreName(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getTrustStorePassword() - Method in class quickfix.mina.ssl.SSLConfig
-
- getTrustStorePassword(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getTrustStoreType() - Method in class quickfix.mina.ssl.SSLConfig
-
- getTrustStoreType(SessionSettings, SessionID) - Static method in class quickfix.mina.ssl.SSLSupport
-
- getTypeString(int) - Static method in class quickfix.mina.ProtocolFactory
-
- getUtcCalendar() - Static method in class quickfix.SystemTime
-
- getUtcCalendar(Date) - Static method in class quickfix.SystemTime
-
- getUtcCalendar(long) - Static method in class quickfix.SystemTime
-
- getUtcDateOnly(int) - Method in class quickfix.FieldMap
-
- getUtcTimeOnly(int) - Method in class quickfix.FieldMap
-
- getUtcTimeStamp(int) - Method in class quickfix.FieldMap
-
- getValue() - Method in class quickfix.BooleanField
-
- getValue() - Method in class quickfix.BytesField
-
- getValue() - Method in class quickfix.CharField
-
- getValue() - Method in class quickfix.DateField
-
- getValue() - Method in class quickfix.DecimalField
-
- getValue() - Method in class quickfix.DoubleField
-
- getValue() - Method in class quickfix.IntField
-
- getValue() - Method in class quickfix.StringField
-
- getValue() - Method in class quickfix.UtcDateField
-
- getValue() - Method in class quickfix.UtcDateOnlyField
-
- getValue() - Method in class quickfix.UtcTimeField
-
- getValue() - Method in class quickfix.UtcTimeOnlyField
-
- getValue() - Method in class quickfix.UtcTimeStampField
-
- getValueName(int, String) - Method in class quickfix.DataDictionary
-
Get the value name, if any, for an enumerated field value.
- getVersion() - Static method in class org.quickfixj.Version
-
- getVersion() - Method in class quickfix.DataDictionary
-
Get the FIX version associated with this dictionary.
- Group - Class in quickfix
-
Represents a repeating field group within a message.
- Group(int, int) - Constructor for class quickfix.Group
-
Create a group with the specified count and delimiter fields.
- Group(Group) - Constructor for class quickfix.Group
-
Copy a group.
- Group(int, int, int[]) - Constructor for class quickfix.Group
-
Create a group with the specified count and delimiter fields and
field ordering.
- groupKeyIterator() - Method in class quickfix.FieldMap
-
- ScreenLog - Class in quickfix
-
Screen log implementation.
- ScreenLogFactory - Class in quickfix
-
Creates a logger that logs messages to to System.out.
- ScreenLogFactory(SessionSettings) - Constructor for class quickfix.ScreenLogFactory
-
Create factory using configuration in session settings.
- ScreenLogFactory(boolean, boolean, boolean) - Constructor for class quickfix.ScreenLogFactory
-
Create factory with explicit control of message categories.
- ScreenLogFactory() - Constructor for class quickfix.ScreenLogFactory
-
Default constructor that logs incoming, outgoing, and events without heartbeats.
- ScreenLogFactory(boolean, boolean, boolean, boolean) - Constructor for class quickfix.ScreenLogFactory
-
Create factory with explicit control of message categories.
- sectionIterator() - Method in class quickfix.SessionSettings
-
- send(String) - Method in class quickfix.mina.IoSessionResponder
-
- send(String) - Method in interface quickfix.Responder
-
Send a raw FIX message
- send(Message) - Method in class quickfix.Session
-
Send a message to a counterparty.
- SENDERCOMPID - Static variable in class quickfix.SessionSettings
-
- SENDERLOCID - Static variable in class quickfix.SessionSettings
-
- SENDERSUBID - Static variable in class quickfix.SessionSettings
-
- sendHeartBeat() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- sendHeartBeat() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Send a heartBeat message
- sendLogoutMessage() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- sendLogoutMessage() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Send a logout message
- sendTestRequest() - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- sendTestRequest() - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Send a test Request message
- sendToTarget(Message) - Static method in class quickfix.Session
-
Send a message to the session specified in the message's target
identifiers.
- sendToTarget(Message, String) - Static method in class quickfix.Session
-
Send a message to the session specified in the message's target
identifiers.
- sendToTarget(Message, String, String) - Static method in class quickfix.Session
-
Send a message to the session specified by the provided target company
ID.
- sendToTarget(Message, String, String, String) - Static method in class quickfix.Session
-
Send a message to the session specified by the provided target company
ID.
- sendToTarget(Message, SessionID) - Static method in class quickfix.Session
-
Send a message to the session specified by the provided session ID.
- sentLogon() - Method in class quickfix.Session
-
Predicate indicating whether a logon message has been sent.
- sentLogout() - Method in class quickfix.Session
-
Predicate indicating whether a logout message has been sent.
- Session - Class in quickfix
-
The Session is the primary FIX abstraction for message communication.
- SESSION_QUALIFIER - Static variable in class quickfix.SessionSettings
-
- SessionAcceptorAddressRow(SessionID, SocketAddress, ObjectName) - Constructor for class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin.SessionAcceptorAddressRow
-
- SessionAdmin - Class in org.quickfixj.jmx.mbean.session
-
- SessionAdmin(Session, ObjectName, ObjectName) - Constructor for class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- SessionAdminMBean - Interface in org.quickfixj.jmx.mbean.session
-
This MBean provides the ability monitor session settings and to
change some of them.
- sessionClosed(IoSession) - Method in class quickfix.mina.AbstractIoHandler
-
- SessionConnector - Class in quickfix.mina
-
An abstract base class for acceptors and initiators.
- SessionConnector(SessionSettings, SessionFactory) - Constructor for class quickfix.mina.SessionConnector
-
- sessionCreated(IoSession) - Method in class quickfix.mina.AbstractIoHandler
-
- sessionFactory - Variable in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider
-
- SessionFactory - Interface in quickfix
-
Creates a Session based on the specified settings.
- SessionID - Class in quickfix
-
Identifier for a session.
- SessionID(String, String, String, String, String, String, String, String) - Constructor for class quickfix.SessionID
-
- SessionID(BeginString, SenderCompID, SenderSubID, SenderLocationID, TargetCompID, TargetSubID, TargetLocationID, String) - Constructor for class quickfix.SessionID
-
- SessionID(String, String, String, String, String) - Constructor for class quickfix.SessionID
-
- SessionID(BeginString, SenderCompID, SenderSubID, TargetCompID, TargetSubID) - Constructor for class quickfix.SessionID
-
- SessionID(String, String, String, String) - Constructor for class quickfix.SessionID
-
- SessionID(BeginString, SenderCompID, TargetCompID, String) - Constructor for class quickfix.SessionID
-
- SessionID(String, String, String) - Constructor for class quickfix.SessionID
-
- SessionID(BeginString, SenderCompID, TargetCompID) - Constructor for class quickfix.SessionID
-
- SessionID() - Constructor for class quickfix.SessionID
-
- SessionID(String) - Constructor for class quickfix.SessionID
-
- sessionIdFileName(SessionID) - Static method in class quickfix.FileUtil
-
- SessionJmxExporter - Class in org.quickfixj.jmx.mbean.session
-
- SessionJmxExporter() - Constructor for class org.quickfixj.jmx.mbean.session.SessionJmxExporter
-
- SessionNotFound - Exception in quickfix
-
The requested session cannot be found.
- SessionNotFound() - Constructor for exception quickfix.SessionNotFound
-
- SessionNotFound(String) - Constructor for exception quickfix.SessionNotFound
-
- SESSIONS_PROPERTY - Static variable in class quickfix.mina.SessionConnector
-
- SessionSchedule - Interface in quickfix
-
Used to decide when to login and out of FIX sessions
- SessionScheduleFactory - Interface in quickfix
-
Creates a SessionSchedule based on the specified settings.
- SessionSettings - Class in quickfix
-
Settings for sessions.
- SessionSettings() - Constructor for class quickfix.SessionSettings
-
Creates an empty session settings object.
- SessionSettings(String) - Constructor for class quickfix.SessionSettings
-
Loads session settings from a file.
- SessionSettings(InputStream) - Constructor for class quickfix.SessionSettings
-
Loads session settings from an input stream.
- SessionSettingsAdmin - Class in org.quickfixj.jmx.mbean.session
-
This is a read-only view of a sessions settings.
- SessionSettingsAdmin(SessionID, SessionSettings) - Constructor for class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- SessionState - Class in quickfix
-
Used by the session communications code.
- SessionState(Object, Log, int, boolean, MessageStore, double) - Constructor for class quickfix.SessionState
-
- SessionState.ResendRange - Class in quickfix
-
The resend range when sending a resend request.
- SessionStateListener - Interface in quickfix
-
- set(int, String) - Method in class quickfix.CachedFileStore
-
- set(int, String) - Method in class quickfix.FileStore
-
- set(int, String) - Method in class quickfix.MemoryStore
-
- set(int, String) - Method in interface quickfix.MessageStore
-
Adds a raw fix messages to the store with the given sequence number.
- set(int, String) - Method in class quickfix.NoopStore
-
- set(Map<Object, Object>) - Method in class quickfix.SessionSettings
-
Adds defaults to the settings.
- set(SessionID, Dictionary) - Method in class quickfix.SessionSettings
-
- set(Dictionary) - Method in class quickfix.SessionSettings
-
- set(int, String) - Method in class quickfix.SessionState
-
- set(int, String) - Method in class quickfix.SleepycatStore
-
- setAllowUnknownMessageFields(boolean) - Method in class quickfix.DataDictionary
-
- setAttribute(Attribute) - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- setAttributes(AttributeList) - Method in class org.quickfixj.jmx.mbean.session.SessionSettingsAdmin
-
- setBeginSeqNo(int) - Method in class quickfix.SessionState.ResendRange
-
- setBool(String, boolean) - Method in class quickfix.Dictionary
-
- setBool(SessionID, String, boolean) - Method in class quickfix.SessionSettings
-
Sets a boolean-valued session setting.
- setBool(String, boolean) - Method in class quickfix.SessionSettings
-
Set a default boolean parameter.
- setBoolean(int, boolean) - Method in class quickfix.FieldMap
-
- setBytes(int, byte[]) - Method in class quickfix.FieldMap
-
- setChar(int, char) - Method in class quickfix.FieldMap
-
- setCharset(String) - Static method in class org.quickfixj.CharsetSupport
-
- setCheckFieldsHaveValues(boolean) - Method in class quickfix.DataDictionary
-
Controls whether empty field values are checked.
- setCheckFieldsOutOfOrder(boolean) - Method in class quickfix.DataDictionary
-
Controls whether out of order fields are checked.
- setCheckUnorderedGroupFields(boolean) - Method in class quickfix.DataDictionary
-
Controls whether group fields are in the same order
- setCheckUserDefinedFields(boolean) - Method in class quickfix.DataDictionary
-
Controls whether user defined fields are checked.
- setCipherSuites(String[]) - Method in class quickfix.mina.ssl.SSLFilter
-
- setComponent(MessageComponent) - Method in class quickfix.FieldMap
-
- setCurrentEndSeqNo(int) - Method in class quickfix.SessionState.ResendRange
-
- setDataSource(DataSource) - Method in class quickfix.JdbcLogFactory
-
Set a data source to be used by the JdbcLog to access
the database.
- setDataSource(DataSource) - Method in class quickfix.JdbcStoreFactory
-
- setDay(String, int) - Method in class quickfix.Dictionary
-
- setDay(String, String) - Method in class quickfix.Dictionary
-
- setDecimal(int, BigDecimal) - Method in class quickfix.FieldMap
-
- setDecimal(int, BigDecimal, int) - Method in class quickfix.FieldMap
-
- setDouble(String, double) - Method in class quickfix.Dictionary
-
- setDouble(int, double) - Method in class quickfix.FieldMap
-
- setDouble(int, double, int) - Method in class quickfix.FieldMap
-
- setDouble(SessionID, String, double) - Method in class quickfix.SessionSettings
-
Sets a double-valued session setting.
- setDouble(String, double) - Method in class quickfix.SessionSettings
-
Set a default double parameter.
- setEnabledCipherSuites(String[]) - Method in class quickfix.mina.ssl.SSLConfig
-
- setEnabledCipherSuites(String[]) - Method in class quickfix.mina.ssl.SSLFilter
-
This method is called from SslFilter.onPreAdd(org.apache.mina.core.filterchain.IoFilterChain, java.lang.String, org.apache.mina.core.filterchain.IoFilter.NextFilter)
every time new
session is created which makes impossible to override enabled cipher
suites configuration.
- setEnabledProtocols(String[]) - Method in class quickfix.mina.ssl.SSLConfig
-
- setEndSeqNo(int) - Method in class quickfix.SessionState.ResendRange
-
- setExecutor(Executor) - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- setExecutor(Executor) - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- setExecutorFactory(ExecutorFactory) - Method in class quickfix.mina.SessionConnector
-
Supplies the Executors to be used for all message processing and timer activities.
- setField(int, Field<?>) - Method in class quickfix.FieldMap
-
- setField(StringField) - Method in class quickfix.FieldMap
-
- setField(BooleanField) - Method in class quickfix.FieldMap
-
- setField(CharField) - Method in class quickfix.FieldMap
-
- setField(IntField) - Method in class quickfix.FieldMap
-
- setField(DoubleField) - Method in class quickfix.FieldMap
-
- setField(DecimalField) - Method in class quickfix.FieldMap
-
- setField(UtcTimeStampField) - Method in class quickfix.FieldMap
-
- setField(UtcTimeOnlyField) - Method in class quickfix.FieldMap
-
- setField(UtcDateOnlyField) - Method in class quickfix.FieldMap
-
- setField(BytesField) - Method in class quickfix.FieldMap
-
- setFields(FieldMap) - Method in class quickfix.FieldMap
-
- setForceResendWhenCorruptedStore(boolean) - Method in class quickfix.Session
-
- setGroupCount(int, int) - Method in class quickfix.FieldMap
-
- setGroups(FieldMap) - Method in class quickfix.FieldMap
-
- setGroups(int, List<Group>) - Method in class quickfix.FieldMap
-
- setHeartBeatInterval(int) - Method in class quickfix.Session
-
Internal use by acceptor code.
- setHeartBeatInterval(int) - Method in class quickfix.SessionState
-
- setIgnoreHeartBeatFailure(boolean) - Method in class quickfix.Session
-
- setInt(int, int) - Method in class quickfix.FieldMap
-
- setIoFilterChainBuilder(IoFilterChainBuilder) - Method in class quickfix.mina.SessionConnector
-
Allows a custom IOFilterChainBuilder to be added to the session connector.
- setKeyManagerFactoryAlgorithm(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setKeyStoreName(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setKeyStorePassword(char[]) - Method in class quickfix.mina.ssl.SSLConfig
-
- setKeyStoreType(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setLastExpectedLogonNextSeqNum(int) - Method in class quickfix.SessionState
-
- setLastReceivedTime(long) - Method in class quickfix.SessionState
-
- setLastSentTime(long) - Method in class quickfix.SessionState
-
- setLogonReceived(boolean) - Method in class quickfix.SessionState
-
- setLogonSent(boolean) - Method in class quickfix.SessionState
-
- setLogonTimeout(int) - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- setLogonTimeout(int) - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- setLogonTimeout(int) - Method in class quickfix.Session
-
Sets the timeout for waiting for a logon response.
- setLogonTimeout(int) - Method in class quickfix.SessionState
-
- setLogoutReason(String) - Method in class quickfix.SessionState
-
- setLogoutReceived(boolean) - Method in class quickfix.SessionState
-
- setLogoutSent(boolean) - Method in class quickfix.SessionState
-
- setLogoutTimeout(int) - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- setLogoutTimeout(int) - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
- setLogoutTimeout(int) - Method in class quickfix.Session
-
Sets the timeout for waiting for a logout response.
- setLogoutTimeout(int) - Method in class quickfix.SessionState
-
- setLong(String, long) - Method in class quickfix.Dictionary
-
- setLong(SessionID, String, long) - Method in class quickfix.SessionSettings
-
Sets a long integer-valued session setting.
- setLong(String, long) - Method in class quickfix.SessionSettings
-
Set a default long parameter.
- setMaxScheduledWriteRequests(int) - Method in class quickfix.Session
-
- setNeedClientAuth(boolean) - Method in class quickfix.mina.ssl.SSLConfig
-
- setNextSenderMsgSeqNum(int) - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- setNextSenderMsgSeqNum(int) - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Set the next sender message sequence number.
- setNextSenderMsgSeqNum(int) - Method in class quickfix.CachedFileStore
-
- setNextSenderMsgSeqNum(int) - Method in class quickfix.FileStore
-
- setNextSenderMsgSeqNum(int) - Method in class quickfix.MemoryStore
-
- setNextSenderMsgSeqNum(int) - Method in interface quickfix.MessageStore
-
- setNextSenderMsgSeqNum(int) - Method in class quickfix.NoopStore
-
- setNextSenderMsgSeqNum(int) - Method in class quickfix.Session
-
Set the next outgoing message sequence number.
- setNextSenderMsgSeqNum(int) - Method in class quickfix.SleepycatStore
-
- setNextTargetMsgSeqNum(int) - Method in class org.quickfixj.jmx.mbean.session.SessionAdmin
-
- setNextTargetMsgSeqNum(int) - Method in interface org.quickfixj.jmx.mbean.session.SessionAdminMBean
-
Set the next target message sequence number.
- setNextTargetMsgSeqNum(int) - Method in class quickfix.CachedFileStore
-
- setNextTargetMsgSeqNum(int) - Method in class quickfix.FileStore
-
- setNextTargetMsgSeqNum(int) - Method in class quickfix.MemoryStore
-
- setNextTargetMsgSeqNum(int) - Method in interface quickfix.MessageStore
-
- setNextTargetMsgSeqNum(int) - Method in class quickfix.NoopStore
-
- setNextTargetMsgSeqNum(int) - Method in class quickfix.Session
-
Set the next expected target message sequence number.
- setNextTargetMsgSeqNum(int) - Method in class quickfix.SessionState
-
- setNextTargetMsgSeqNum(int) - Method in class quickfix.SleepycatStore
-
- setObject(T) - Method in class quickfix.Field
-
Sets the field's value to the given object.
- setRegistrationBehavior(int) - Method in class org.quickfixj.jmx.JmxExporter
-
Specify what action should be taken when attempting to register an MBean
under an
ObjectName
that already exists.
- setRejectGarbledMessage(boolean) - Method in class quickfix.Session
-
- setRejectInvalidMessage(boolean) - Method in class quickfix.Session
-
- setRejectMessageOnUnhandledException(boolean) - Method in class quickfix.Session
-
- setRequiresOrigSendingTime(boolean) - Method in class quickfix.Session
-
- setResendRange(int, int) - Method in class quickfix.SessionState
-
- setResendRange(int, int, int) - Method in class quickfix.SessionState
-
- setResetRangeFromLastExpectedLogonNextSeqNumLogon() - Method in class quickfix.SessionState
-
No actual resend request has occurred but at logon we populated tag 789 so that the other side knows we
are missing messages without an explicit resend request and should immediately reply with the missing
messages.
- setResetReceived(boolean) - Method in class quickfix.SessionState
-
- setResetSent(boolean) - Method in class quickfix.SessionState
-
- setResponder(Responder) - Method in class quickfix.Session
-
Registers a responder with the session.
- setSessionProvider(SocketAddress, AcceptorSessionProvider) - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- setSessions(Map<SessionID, Session>) - Method in class quickfix.mina.SessionConnector
-
- setString(String, String) - Method in class quickfix.Dictionary
-
- setString(int, String) - Method in class quickfix.FieldMap
-
- setString(SessionID, String, String) - Method in class quickfix.SessionSettings
-
Sets a string-valued session setting.
- setString(String, String) - Method in class quickfix.SessionSettings
-
Set a default string parameter.
- setSyncAfterWrite(boolean) - Method in class quickfix.FileLog
-
- setTag(int) - Method in class quickfix.Field
-
- setTargetDefaultApplicationVersionID(ApplVerID) - Method in class quickfix.Session
-
Sets the default application version ID for messages received by this session.
- setTimeSource(SystemTimeSource) - Static method in class quickfix.SystemTime
-
- SETTING_ACCEPTOR_TEMPLATE - Static variable in interface quickfix.Acceptor
-
Acceptor setting specifying local IP interface address for accepting connections.
- SETTING_ALLOW_UNKNOWN_MSG_FIELDS - Static variable in class quickfix.Session
-
Allow unknown fields in messages.
- SETTING_ALLOWED_REMOTE_ADDRESSES - Static variable in class quickfix.Session
-
- SETTING_APP_DATA_DICTIONARY - Static variable in class quickfix.Session
-
Session setting specifying the path to the application data dictionary to use for
this session.
- SETTING_CHECK_COMP_ID - Static variable in class quickfix.Session
-
If set to Y, messages must be received from the counterparty with the
correct SenderCompID and TargetCompID.
- SETTING_CHECK_LATENCY - Static variable in class quickfix.Session
-
Session setting for enabling message latency checks.
- SETTING_CIPHER_SUITES - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_CONNECTION_TYPE - Static variable in interface quickfix.SessionFactory
-
Specifies the connection type for a session.
- SETTING_CONTINUE_INIT_ON_ERROR - Static variable in interface quickfix.SessionFactory
-
Instructs the connection-related code to continue if there is an error
creating or initializing a session.
- SETTING_DATA_DICTIONARY - Static variable in class quickfix.Session
-
Session setting specifying the path to the data dictionary to use for
this session.
- SETTING_DEFAULT_APPL_VER_ID - Static variable in class quickfix.Session
-
- SETTING_DESCRIPTION - Static variable in class quickfix.Session
-
Session description.
- SETTING_DISABLE_HEART_BEAT_CHECK - Static variable in class quickfix.Session
-
Allow to disable heart beat failure detection
- SETTING_DISCONNECT_ON_ERROR - Static variable in class quickfix.Session
-
Session setting for doing an automatic disconnect when an error occurs.
- SETTING_DYNAMIC_SESSION - Static variable in interface quickfix.Initiator
-
Leave the corresponding session disconnected until
AbstractSocketInitiator.createDynamicSession is called
- SETTING_ENABLE_LAST_MSG_SEQ_NUM_PROCESSED - Static variable in class quickfix.Session
-
Return the last msg seq number processed (optional tag 369).
- SETTING_ENABLE_NEXT_EXPECTED_MSG_SEQ_NUM - Static variable in class quickfix.Session
-
Return the next expected message sequence number (optional tag 789 on Logon) on sent Logon message
and use value of tag 789 on received Logon message to synchronize session.
- SETTING_ENABLED_PROTOCOLS - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_END_DAY - Static variable in class quickfix.Session
-
Session scheduling setting to specify last day of trading week.
- SETTING_END_TIME - Static variable in class quickfix.Session
-
Session scheduling setting to specify end time of the trading day.
- SETTING_ERROR_EVENT_CATEGORY - Static variable in class quickfix.SLF4JLogFactory
-
Log category for error events.
- SETTING_EVENT_CATEGORY - Static variable in class quickfix.SLF4JLogFactory
-
Log category for events.
- SETTING_FILE_LOG_PATH - Static variable in class quickfix.FileLogFactory
-
File path for writing the session log.
- SETTING_FILE_STORE_MAX_CACHED_MSGS - Static variable in class quickfix.FileStoreFactory
-
Numeric option limiting the number of messages stored in the in-memory
message index.
- SETTING_FILE_STORE_PATH - Static variable in class quickfix.FileStoreFactory
-
File path for writing the message store.
- SETTING_FILE_STORE_SYNC - Static variable in class quickfix.FileStoreFactory
-
Boolean option for controlling whether the FileStore syncs to the hard
drive on every write.
- SETTING_FORCE_RESEND_WHEN_CORRUPTED_STORE - Static variable in class quickfix.Session
-
- SETTING_HEARTBTINT - Static variable in class quickfix.Session
-
Session setting for heartbeat interval (in seconds).
- SETTING_INCLUDE_MILLIS_IN_TIMESTAMP - Static variable in class quickfix.FileLogFactory
-
Specify whether to include milliseconds in log output time stamps.
- SETTING_INCLUDE_MILLIS_IN_TIMESTAMP - Static variable in class quickfix.ScreenLogFactory
-
Specify whether to include milliseconds in log output time stamps.
- SETTING_INCLUDE_TIMESTAMP_FOR_MESSAGES - Static variable in class quickfix.FileLogFactory
-
Specify whether to include time stamps for message input and output.
- SETTING_INMSG_CATEGORY - Static variable in class quickfix.SLF4JLogFactory
-
Log category for incoming messages.
- SETTING_JDBC_CONNECTION_URL - Static variable in class quickfix.JdbcSetting
-
Setting for JDBC URL.
- SETTING_JDBC_DRIVER - Static variable in class quickfix.JdbcSetting
-
Setting for JDBC driver.
- SETTING_JDBC_DS_NAME - Static variable in class quickfix.JdbcSetting
-
The JNDI name used to lookup a DataSource for the JDBC plugins.
- SETTING_JDBC_LOG_HEARTBEATS - Static variable in class quickfix.JdbcSetting
-
Flag for controlling logging of heartbeat messages.
- SETTING_JDBC_MAX_ACTIVE_CONNECTION - Static variable in class quickfix.JdbcSetting
-
Specifies the maximum number of connections to the database
- SETTING_JDBC_MAX_ACTIVE_TIME - Static variable in class quickfix.JdbcSetting
-
Specifies if the housekeeper comes across a thread that has been active for longer than
this then it will kill it.
- SETTING_JDBC_MAX_CONNECTION_LIFETIME - Static variable in class quickfix.JdbcSetting
-
Specifies the maximum amount of time that a connection exists for before
it is killed (milliseconds).
- SETTING_JDBC_PASSWORD - Static variable in class quickfix.JdbcSetting
-
Setting for JDBC password.
- SETTING_JDBC_SESSION_ID_DEFAULT_PROPERTY_VALUE - Static variable in class quickfix.JdbcSetting
-
Specified the default value for session ID properties that have not been set.
- SETTING_JDBC_SIMULTANEOUS_BUILD_THROTTLE - Static variable in class quickfix.JdbcSetting
-
Specifies the maximum number of connections we can be building at any one time.
- SETTING_JDBC_STORE_MESSAGES_TABLE_NAME - Static variable in class quickfix.JdbcSetting
-
Defines the table name for the messages table.
- SETTING_JDBC_STORE_SESSIONS_TABLE_NAME - Static variable in class quickfix.JdbcSetting
-
Defines the table name for the session table.
- SETTING_JDBC_USER - Static variable in class quickfix.JdbcSetting
-
Setting for JDBC user.
- SETTING_JNDI_CONTEXT_FACTORY - Static variable in class quickfix.JdbcSetting
-
The class name of the JNDI initial context factory.
- SETTING_JNDI_PROVIDER_URL - Static variable in class quickfix.JdbcSetting
-
The JNDI provider URL.
- SETTING_KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_KEY_STORE_NAME - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_KEY_STORE_PWD - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_KEY_STORE_TYPE - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_LOG_EVENT_TABLE - Static variable in class quickfix.JdbcSetting
-
Specifies name of table for logging events
- SETTING_LOG_EVENTS - Static variable in class quickfix.ScreenLogFactory
-
Enables session event logging.
- SETTING_LOG_HEARTBEATS - Static variable in class quickfix.FileLogFactory
-
Specify whether to include time stamps for message input and output.
- SETTING_LOG_HEARTBEATS - Static variable in class quickfix.ScreenLogFactory
-
Flag for controlling output of heartbeat messages.
- SETTING_LOG_HEARTBEATS - Static variable in class quickfix.SLF4JLogFactory
-
Controls logging of heartbeats (Y or N)
- SETTING_LOG_INCOMING - Static variable in class quickfix.ScreenLogFactory
-
Enables incoming message logging.
- SETTING_LOG_INCOMING_TABLE - Static variable in class quickfix.JdbcSetting
-
Specifies name of table for logging incoming messages
- SETTING_LOG_OUTGOING - Static variable in class quickfix.ScreenLogFactory
-
Enables outgoing message logging.
- SETTING_LOG_OUTGOING_TABLE - Static variable in class quickfix.JdbcSetting
-
Specifies name of table for logging outgoing messages
- SETTING_LOGON_TIMEOUT - Static variable in class quickfix.Session
-
Session setting for logon timeout (in seconds).
- SETTING_LOGOUT_TIMEOUT - Static variable in class quickfix.Session
-
Session setting for logout timeout (in seconds).
- SETTING_MAX_LATENCY - Static variable in class quickfix.Session
-
Session setting for maximum message latency (in seconds).
- SETTING_MAX_SCHEDULED_WRITE_REQUESTS - Static variable in class quickfix.Session
-
- SETTING_NEED_CLIENT_AUTH - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_NON_STOP_SESSION - Static variable in class quickfix.Session
-
Session scheduling setting to specify that session never reset
- SETTING_OUTMSG_CATEGORY - Static variable in class quickfix.SLF4JLogFactory
-
Log category for outgoing messages.
- SETTING_PERSIST_MESSAGES - Static variable in class quickfix.Session
-
Persist messages setting (true, by default).
- SETTING_PREPEND_SESSION_ID - Static variable in class quickfix.SLF4JLogFactory
-
Flag for prepending session ID to log output
- SETTING_PROXY_DOMAIN - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy domain.
- SETTING_PROXY_HOST - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy host.
- SETTING_PROXY_PASSWORD - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy port.
- SETTING_PROXY_PORT - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy port.
- SETTING_PROXY_TYPE - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy type.
- SETTING_PROXY_USER - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy port.
- SETTING_PROXY_VERSION - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy version.
- SETTING_PROXY_WORKSTATION - Static variable in interface quickfix.Initiator
-
Initiator setting for proxy workstation.
- SETTING_RECONNECT_INTERVAL - Static variable in interface quickfix.Initiator
-
Initiator setting for reconnect interval in seconds.
- SETTING_REFRESH_ON_LOGON - Static variable in class quickfix.Session
-
Requests that state and message data be refreshed from the message store at
logon, if possible.
- SETTING_REJECT_GARBLED_MESSAGE - Static variable in class quickfix.Session
-
Reject garbled messages instead of ignoring them.
- SETTING_REJECT_INVALID_MESSAGE - Static variable in class quickfix.Session
-
- SETTING_REJECT_MESSAGE_ON_UNHANDLED_EXCEPTION - Static variable in class quickfix.Session
-
- SETTING_REQUIRES_ORIG_SENDING_TIME - Static variable in class quickfix.Session
-
- SETTING_RESEND_REQUEST_CHUNK_SIZE - Static variable in class quickfix.Session
-
Setting to limit the size of a resend request in case of missing messages.
- SETTING_RESET_ON_DISCONNECT - Static variable in class quickfix.Session
-
Session setting for doing an automatic sequence number reset on
disconnect.
- SETTING_RESET_ON_ERROR - Static variable in class quickfix.Session
-
Session setting for doing an automatic reset when an error occurs.
- SETTING_RESET_ON_LOGON - Static variable in class quickfix.Session
-
Session setting that causes the session to reset sequence numbers when initiating
a logon (>= FIX 4.2).
- SETTING_RESET_ON_LOGOUT - Static variable in class quickfix.Session
-
Session setting for doing an automatic sequence number reset on logout.
- SETTING_SEND_REDUNDANT_RESEND_REQUEST - Static variable in class quickfix.Session
-
Configures the session to send redundant resend requests (off, by default).
- SETTING_SLEEPYCAT_DATABASE_DIR - Static variable in class quickfix.SleepycatStoreFactory
-
Directory path where Sleepycat files are stored.
- SETTING_SLEEPYCAT_MESSAGE_DB_NAME - Static variable in class quickfix.SleepycatStoreFactory
-
Database name for the message database.
- SETTING_SLEEPYCAT_SEQUENCE_DB_NAME - Static variable in class quickfix.SleepycatStoreFactory
-
Database name for the sequence number database.
- SETTING_SOCKET_ACCEPT_ADDRESS - Static variable in interface quickfix.Acceptor
-
Acceptor setting specifying local IP interface address for accepting connections.
- SETTING_SOCKET_ACCEPT_PORT - Static variable in interface quickfix.Acceptor
-
Acceptor setting specifying port for accepting FIX client connections.
- SETTING_SOCKET_ACCEPT_PROTOCOL - Static variable in interface quickfix.Acceptor
-
Acceptor setting specifying the socket protocol used to accept connections.
- SETTING_SOCKET_CONNECT_HOST - Static variable in interface quickfix.Initiator
-
Initiator setting for connection host.
- SETTING_SOCKET_CONNECT_PORT - Static variable in interface quickfix.Initiator
-
Initiator setting for connection port.
- SETTING_SOCKET_CONNECT_PROTOCOL - Static variable in interface quickfix.Initiator
-
Initiator setting for connection protocol (defaults to "tcp").
- SETTING_SOCKET_KEEPALIVE - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_LINGER - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_LOCAL_HOST - Static variable in interface quickfix.Initiator
-
Initiator setting for local/bind host.
- SETTING_SOCKET_LOCAL_PORT - Static variable in interface quickfix.Initiator
-
Initiator setting for local/bind port.
- SETTING_SOCKET_OOBINLINE - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_RECEIVE_BUFFER_SIZE - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_REUSE_ADDRESS - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_SEND_BUFFER_SIZE - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_SYNCHRONOUS_WRITE_TIMEOUT - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_SYNCHRONOUS_WRITES - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_TCP_NODELAY - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_SOCKET_TRAFFIC_CLASS - Static variable in class quickfix.mina.NetworkingOptions
-
- SETTING_START_DAY - Static variable in class quickfix.Session
-
Session scheduling setting to specify first day of trading week.
- SETTING_START_TIME - Static variable in class quickfix.Session
-
Session scheduling setting to specify starting time of the trading day.
- SETTING_TEST_REQUEST_DELAY_MULTIPLIER - Static variable in class quickfix.Session
-
Session setting for the test delay multiplier (0-1, as fraction of Heartbeat interval)
- SETTING_TIMESTAMP_PRECISION - Static variable in class quickfix.Session
-
Session setting to control precision in message timestamps.
- SETTING_TIMEZONE - Static variable in class quickfix.Session
-
Session scheduling setting to specify time zone for the session.
- SETTING_TRANSPORT_DATA_DICTIONARY - Static variable in class quickfix.Session
-
Session setting specifying the path to the transport data dictionary.
- SETTING_TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_TRUST_STORE_NAME - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_TRUST_STORE_PWD - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_TRUST_STORE_TYPE - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_USE_CLOSED_RESEND_INTERVAL - Static variable in class quickfix.Session
-
Use actual end of sequence gap for resend requests rather than using "infinity"
as the end sequence of the gap.
- SETTING_USE_DATA_DICTIONARY - Static variable in class quickfix.Session
-
Session setting to indicate whether a data dictionary should be used.
- SETTING_USE_SSL - Static variable in class quickfix.mina.ssl.SSLSupport
-
- SETTING_VALIDATE_FIELDS_HAVE_VALUES - Static variable in class quickfix.Session
-
Session validation setting for enabling whether field values are
validated.
- SETTING_VALIDATE_FIELDS_OUT_OF_ORDER - Static variable in class quickfix.Session
-
Default is "Y".
- SETTING_VALIDATE_INCOMING_MESSAGE - Static variable in class quickfix.Session
-
Allow to bypass the message validation.
- SETTING_VALIDATE_SEQUENCE_NUMBERS - Static variable in class quickfix.Session
-
Check the next expected target SeqNum against the received SeqNum.
- SETTING_VALIDATE_UNORDERED_GROUP_FIELDS - Static variable in class quickfix.Session
-
Session validation setting for enabling whether field ordering is
validated.
- SETTING_VALIDATE_USER_DEFINED_FIELDS - Static variable in class quickfix.Session
-
Controls validation of user-defined fields.
- SETTING_WEEKDAYS - Static variable in class quickfix.Session
-
Session scheduling setting to specify active days of the week.
- settings - Variable in class quickfix.FileStoreFactory
-
- settings - Variable in class quickfix.mina.acceptor.DynamicAcceptorSessionProvider
-
- setTrustManagerFactoryAlgorithm(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setTrustStoreName(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setTrustStorePassword(char[]) - Method in class quickfix.mina.ssl.SSLConfig
-
- setTrustStoreType(String) - Method in class quickfix.mina.ssl.SSLConfig
-
- setUtcDateOnly(int, LocalDate) - Method in class quickfix.FieldMap
-
- setUtcTimeOnly(int, LocalTime) - Method in class quickfix.FieldMap
-
- setUtcTimeOnly(int, LocalTime, boolean) - Method in class quickfix.FieldMap
-
- setUtcTimeOnly(int, LocalTime, UtcTimestampPrecision) - Method in class quickfix.FieldMap
-
- setUtcTimeStamp(int, LocalDateTime) - Method in class quickfix.FieldMap
-
- setUtcTimeStamp(int, LocalDateTime, boolean) - Method in class quickfix.FieldMap
-
- setUtcTimeStamp(int, LocalDateTime, UtcTimestampPrecision) - Method in class quickfix.FieldMap
-
- setValue(String, Object) - Method in class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- setValue(String, double) - Method in class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- setValue(String, boolean) - Method in class org.quickfixj.jmx.openmbean.CompositeDataFactory
-
- setValue(Boolean) - Method in class quickfix.BooleanField
-
- setValue(boolean) - Method in class quickfix.BooleanField
-
- setValue(byte[]) - Method in class quickfix.BytesField
-
- setValue(Character) - Method in class quickfix.CharField
-
- setValue(char) - Method in class quickfix.CharField
-
- setValue(Date) - Method in class quickfix.DateField
-
- setValue(BigDecimal) - Method in class quickfix.DecimalField
-
- setValue(double) - Method in class quickfix.DecimalField
-
- setValue(Double) - Method in class quickfix.DoubleField
-
- setValue(double) - Method in class quickfix.DoubleField
-
- setValue(Integer) - Method in class quickfix.IntField
-
- setValue(int) - Method in class quickfix.IntField
-
- setValue(String) - Method in class quickfix.StringField
-
- setValue(LocalDate) - Method in class quickfix.UtcDateField
-
- setValue(LocalDate) - Method in class quickfix.UtcDateOnlyField
-
- setValue(LocalTime) - Method in class quickfix.UtcTimeField
-
- setValue(LocalTime) - Method in class quickfix.UtcTimeOnlyField
-
- setValue(LocalDateTime) - Method in class quickfix.UtcTimeStampField
-
- setVariableValues(Properties) - Method in class quickfix.SessionSettings
-
Set properties that will be the source of variable values in the settings.
- shortLivedExecutor - Variable in class quickfix.mina.SessionConnector
-
- SimpleCache<K,V> - Class in org.quickfixj
-
- SimpleCache(Function<K, V>) - Constructor for class org.quickfixj.SimpleCache
-
- SingleThreadedEventHandlingStrategy - Class in quickfix.mina
-
Processes messages for all sessions in a single thread.
- SingleThreadedEventHandlingStrategy(SessionConnector, int) - Constructor for class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- SingleThreadedEventHandlingStrategy(SessionConnector, int, int) - Constructor for class quickfix.mina.SingleThreadedEventHandlingStrategy
-
- size() - Method in class quickfix.Dictionary
-
- size() - Method in class quickfix.SessionSettings
-
- SleepycatStore - Class in quickfix
-
Sleepycat message and session state storage.
- SleepycatStore(SessionID, String, String, String) - Constructor for class quickfix.SleepycatStore
-
- SleepycatStoreFactory - Class in quickfix
-
Message store using the Sleepycat Java Edition database for message and
sequence number storage.
- SleepycatStoreFactory(SessionSettings) - Constructor for class quickfix.SleepycatStoreFactory
-
- SLF4JLog - Class in quickfix
-
A Log using the SLF4J wrapper that supports JDK 1.4 logging, Log4J and others.
- SLF4JLog(SessionID, String, String, String, String, boolean, boolean, String) - Constructor for class quickfix.SLF4JLog
-
- SLF4JLogFactory - Class in quickfix
-
Simple Logging Facade for Java (SLF4J) log factory (
slfj.org).
- SLF4JLogFactory(SessionSettings) - Constructor for class quickfix.SLF4JLogFactory
-
- SOCKET - Static variable in class quickfix.mina.ProtocolFactory
-
- SocketAcceptor - Class in quickfix
-
Accepts connections and uses a single thread to process messages for all
sessions.
- SocketAcceptor(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, int) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor(Application, MessageStoreFactory, SessionSettings, MessageFactory, int) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor(Application, MessageStoreFactory, SessionSettings, MessageFactory) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor(SessionFactory, SessionSettings, int) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor(SessionFactory, SessionSettings) - Constructor for class quickfix.SocketAcceptor
-
- SocketAcceptor.Builder - Class in quickfix
-
- SocketAcceptorAdmin - Class in org.quickfixj.jmx.mbean.connector
-
Implementation of the socket acceptor management interface.
- SocketAcceptorAdmin(JmxExporter, AbstractSocketAcceptor, ObjectName, SessionJmxExporter) - Constructor for class org.quickfixj.jmx.mbean.connector.SocketAcceptorAdmin
-
- SocketAcceptorAdmin.SessionAcceptorAddressRow - Class in org.quickfixj.jmx.mbean.connector
-
- SocketAcceptorAdminMBean - Interface in org.quickfixj.jmx.mbean.connector
-
Management inteface for a socket acceptor connector.
- SocketInitiator - Class in quickfix
-
Initiates connections and uses a single thread to process messages for all
sessions.
- SocketInitiator(Application, MessageStoreFactory, SessionSettings, MessageFactory, int) - Constructor for class quickfix.SocketInitiator
-
- SocketInitiator(Application, MessageStoreFactory, SessionSettings, MessageFactory) - Constructor for class quickfix.SocketInitiator
-
- SocketInitiator(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory) - Constructor for class quickfix.SocketInitiator
-
- SocketInitiator(Application, MessageStoreFactory, SessionSettings, LogFactory, MessageFactory, int) - Constructor for class quickfix.SocketInitiator
-
- SocketInitiator(SessionFactory, SessionSettings, int) - Constructor for class quickfix.SocketInitiator
-
- SocketInitiator.Builder - Class in quickfix
-
- SocketInitiatorAdminMBean - Interface in org.quickfixj.jmx.mbean.connector
-
- SSLConfig - Class in quickfix.mina.ssl
-
Groups together SSL related configuration.
- SSLConfig() - Constructor for class quickfix.mina.ssl.SSLConfig
-
- SSLContextFactory - Class in quickfix.mina.ssl
-
SSL context factory that deals with various SSL configuration.
- SSLContextFactory() - Constructor for class quickfix.mina.ssl.SSLContextFactory
-
- SSLFilter - Class in quickfix.mina.ssl
-
An extended SSL filter based on MINA SslFilter
that disables setting
enabled cipher suites via default method.
- SSLFilter(SSLContext, boolean) - Constructor for class quickfix.mina.ssl.SSLFilter
-
- SSLFilter(SSLContext) - Constructor for class quickfix.mina.ssl.SSLFilter
-
- SSLSupport - Class in quickfix.mina.ssl
-
- SSLSupport() - Constructor for class quickfix.mina.ssl.SSLSupport
-
- start() - Method in interface quickfix.Connector
-
Start accepting connections.
- start() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy.ThreadAdapter
-
- start() - Method in class quickfix.SocketAcceptor
-
- start() - Method in class quickfix.SocketInitiator
-
- start() - Method in class quickfix.ThreadedSocketAcceptor
-
- start() - Method in class quickfix.ThreadedSocketInitiator
-
- startAcceptingConnections() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- startDispatcherThread(ThreadPerSessionEventHandlingStrategy.MessageDispatchingThread) - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- startInitiators() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- startSessionTimer() - Method in class quickfix.mina.SessionConnector
-
- stop(boolean) - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
Stop the connector.
- stop() - Method in interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
-
Stop the connector after waiting for logouts.
- stop() - Method in interface quickfix.Connector
-
Logout existing sessions, close their connections, and stop accepting new
connections.
- stop(boolean) - Method in interface quickfix.Connector
-
Stops all sessions, optionally waiting for logout completion.
- stop(boolean) - Method in class quickfix.SocketAcceptor
-
- stop(boolean) - Method in class quickfix.SocketInitiator
-
- stop(boolean) - Method in class quickfix.ThreadedSocketAcceptor
-
- stop(boolean) - Method in class quickfix.ThreadedSocketInitiator
-
- stopAcceptingConnections() - Method in class quickfix.mina.acceptor.AbstractSocketAcceptor
-
- stopDispatcher() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy.MessageDispatchingThread
-
- stopDispatcherThreads() - Method in class quickfix.mina.ThreadPerSessionEventHandlingStrategy
-
- stopHandlingMessages() - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
Stops processing of messages without waiting for message processing
thread to finish.
- stopHandlingMessages(boolean) - Method in class quickfix.mina.SingleThreadedEventHandlingStrategy
-
Stops processing of messages and optionally waits for message processing
thread to finish.
- stopInitiators() - Method in class quickfix.mina.initiator.AbstractSocketInitiator
-
- stopSessionTimer() - Method in class quickfix.mina.SessionConnector
-
- StringField - Class in quickfix
-
A string-valued message field.
- StringField(int) - Constructor for class quickfix.StringField
-
- StringField(int, String) - Constructor for class quickfix.StringField
-
- SystemTime - Class in quickfix
-
A wrapper for the system time source, used primarily for unit testing.
- SystemTime() - Constructor for class quickfix.SystemTime
-
- SystemTimeSource - Interface in quickfix
-
Interface for obtaining system time.