Please note that FIXEdge 6.18.0 is the final release to support CentOS 7. Starting with version 7.0.0, support will transition to Rocky Linux 9.
FIXEdge 6.18.0 is released on
New Features and Improvements
The Inter-Process Communication (IPC) Handler for FIXEdge C++ has been launched to extend Business Layer functionality. It allows the expression of business rules in Python, Node JS, Java, or rules engines via inter-process communication channels. It uses Unix Sockets and Named Pipes for reliable cross-platform connectivity. Designed for two-way data exchange using JSON data format, it supports dynamic interaction between FIXEdge and an external application/rules engine.
The File Transport Adapter (File TA) has been introduced to convert FIX messages into CSV files for enhanced data accessibility. It supports the generic mapping of tags to comma-delimited fields, including processing repeating groups. It also supports complex processing of repeating groups into one or many CSV records. Optionally, this component can be configured to sort the FIX messages based on specific criteria such as timestamp, message type, or any other relevant header or data fields within the messages. This sorting functionality aids in organized data analysis and reporting.
The Direct Database API (DDBAPI) has been enhanced to include extra query parameters for detailed SQL query control. It supports MARS query result mode, allowing effective management of multiple result sets. JavaScript to SQL data type mapping ensures integrity during data conversions.
A new heartbeat mechanism for FIXEdge C++ and FIXICC H2 has been introduced to maintain a continuous connection between FIXEdge C++ and FIXICC H2, preventing silent drops. To minimize downtime, it incorporates Server-Sent Events (SSE) connections with customizable heartbeat intervals and automatic reconnections.
The capability for explicitly setting the 1128-ApplVerID tag in outgoing messages ensures compatibility across different application versions. Improved error management provides detailed exceptions for unsupported versions.
A new FIXEdge C++ package built with JRE 11 enhances performance and security. The package's reduced size lowers storage costs and speeds up installation. Please refer to the FIXEdge 6.18.0 Migration Guide for comprehensive information on the update process.
FIXICC and FIXICC Agent have been removed from the FIXEdge package, simplifying the deployment process by making them available as standalone products with integrated JRE 8.
Fixed Bugs
A fix has been implemented in the JSONMappingHandler to ensure accurate inclusion of the 52-SendingTime tag when converting a FIX message.
SSL errorlogging has been enhanced to provide detailed information, facilitating quicker identification and resolution of configuration issues.
FIXEdge 6.17.1 Release Notes
FIXEdge 6.17.1 is released on
New Features and Improvements
The REST Initiator Transport Adapter (TA) now includes the "Content-Type" header for outgoing HTTP messages. This enables better interoperability with external systems by specifying the format of the message body, such as JSON or plain text.
Upon detecting specific IBM MQ response codes (2202, 2203, 2162, 2521), the FIXEdge IBMMQ TA will now temporarily disconnect and automatically reconnect, minimizing disruptions and ensuring smoother operations.
This release enhances the FIXEdge Universal TA by improving the logging granularity. Low-level debugging messages related to getMonitoringParameters()and send() operations are now logged at the TRACE level, reducing log noise and making it easier to focus on critical information.
In FIXEdge Universal TA, the log category naming convention for JNI_WRAPPER is updated to replace the space character as a separator with a dot, making it easier to parse and analyze log messages(e.g., "JNI_WRAPPER TransportLayer.CamelTA" will now become "JNI_WRAPPER.CamelTA" ).
Fixed Bugs
This release prevents server crashes that occurred when multiple sessions were scheduled for frequent reconnection.
Fixed a deadlock that may happen if multiple sessions are updated at the same time.
FIXEdge 6.17.0 Release Notes
FIXEdge 6.17.0 is released on
New Features and Improvements
New Direct Database API (DDBAPI). With DDBAPI, customers can now execute custom SQL queries directly from the FIXEdge JavaScript execution environment, retrieve and process data from external databases.
Introduced new SourceIPAddress REST Acceptor TA parameter providing the ability to filter IP addresses on the REST Acceptor TA.
FIXEdge can now find records in the CME Keys file by either Session ID or SenderCompID.
This release introduces the setSessionSeqNums() function, which simplifies sequence number management during CME failover events.
Fixed Bugs
This release addresses an issue where setting sequence numbers using FIXICC impacted subsequent session startup.
FIXEdge 6.16.1 Release Notes
FIXEdge 6.16.1 is released on
New Features and Improvements
Enhanced IBM MQ Transport Adapter (TA) log files to include timestamps for log entries.
Introduced new SendForceCommitTimeMs and ReceiveForceCommitTimeMsIBM MQ TA parameters to periodically force commits on open transactions, ensuring timely message processing without dependency on batch completion.
Known Issues
This release introduces changes that impact backward compatibility with previous versions.
It's recommended to archive or remove older IBM TA logs from the Storage Directorybefore performing the upgrade to mitigate potential IBM TA malfunctioning.
FIXEdge 6.16.0 Release Notes
FIXEdge 6.16.0 is released on
New Features and Improvements
FIXEdge C++ now includes Apache CamelTransport Adapter (TA) in its package which extends FIXEdge’s capability to integrate with various external systems consuming or producing data. For example:
Please note, that clients can also use other Camel components from the component list suitable for their ecosystem and business needs.
You can find examples of Camel TA configuration in the /etc/fixedge/camel-ta-distribution directory of the FIXEdge C++ standard installation.
FIXEdge C++ now provides the ability to monitor server-level, session-level, and TA session-level live metrics.
The following server-level metrics can be monitored via FIXICC H2:
number of the received and sent messages
amount of the received and sent KBytes
incoming and outgoing messages rate
incoming and outgoing KBytes rate
CPU load
The following session-level metrics can be monitored via FIXICC H2:
number of the received and sent messages
amount of the received and sent KBytes
incoming and outgoing messages rate
incoming and outgoing KBytes rate
depth of the outgoing queue
The following TA session-level metrics can be monitored via FIXICC H2:
number of the received and sent messages
amount of the received and sent KBytes
incoming and outgoing messages rate
incoming and outgoing KBytes rate
The new OnSessionLevelRejectWithSeqNumTooHighEvent event is added on BL. FIXEdge C++ launches this event when the Reject(35=3) message is received with the MsgSeqNum(34) tag value higher than expected.
FIXEdge C++ is integrated with Prometheus. This connection is configurable via the .properties file.
FIXEdge C++ now provides the ability to configure the DaysOff property for Kafka TA. This property defines the date and/or time when the ConnectTime and DisconnectTime properties configured for the Kafka TA session are ignored/not applied. The DaysOff property must be specified in the CRON format. Several CRON expressions separated by the ";" can be defined as values for the DaysOff, ConnectTime, and DisconnectTime properties for Kafka TA.
Fixed Bugs
Fixed the issue when events from the old schedule could occur unexpectedly after the Scheduler replacement.
Other Changes
FIXEdge C++ is built against Apache Log4j 2.21.0.
Oracle JDK support for Linux.
FIXEdge C++ supports Java Runtime Environment (JRE) version 401.
FIXEdge 6.15.5 Release Notes
FIXEdge 6.15.5 is released on
Minor release providing bug fix requested by client.
Fixed Bugs
Fixed the issue when FIXEdge C++ couldn't correctly handle FIX sessions state if these sessions were configured using the credential provider bash script.
Fixed the issue when the FIX session configured on the FIXEdge C++ server could not be restarted via FIXICC H2.
FIXEdge 6.15.4 Release Notes
FIXEdge 6.15.4 is released on .
New Features and Improvements
FIXEdge C++ now provides the ability to export the Username and Password property values from the vault using scripts. This can be achieved by defining these properties in the FIXEdge.properties file in the following format:
timeout -is anoptional attribute that defines the time interval to wait for successful script execution. If this attribute is not defined, then 5sec will be used by default.
trim - is an optional attribute that defines whether values returned by the script should be trimmed. If this attribute is present, then the line break symbol will be deleted from the Username and Password values received from the vault.
pathto script - path to the script that will be used to get credentials from the vault. If the path is relative, it must be relative to the current working directory.
This feature additionally allows the execution of procedural scripts, if necessary.
Fixed Bugs
Fixed the issue when FIXEdge C++ crashed on exit or BL rules reload in case there is an ODBC history configured, the stored procedure is used to insert records and at least one record was inserted.
FIXEdge 6.15.3 Release Notes
FIXEdge 6.15.3 is released on .
Transport Adapters Improvements
The PersistentInMemoryQueue queue used by JMS TA now keeps queued messages only in file storage, without parallel storing in memory.
Credentials for FIX sessions are updated for ICE POF and ICE TC.
Fixed Bugs
Fixed the issue when FIXEdge C++ stopped messages processing when the logs archiving could not be performed for the session started by schedule.
Fixed the issue when the ConfiguredName session property was not applied in some execution paths and the session was created via RESTAdmin API.
FIXEdge 6.15.1 Release Notes
FIXEdge 6.15.1 is released on .
New Features and Improvements
The new SQLiteHistory providing native support for the SQLite database was implemented.
IBM MQ TA now provides the ability to define whether incoming messages from IBM MQ that were correctly parsed and routed to BL will be stored in the MQ-<ClientID>-Incoming_<Timestamp>.out file.
To enable this behavior the optional LogIncomingMessages parameter must be set to 'true' for the IBM MQ TA session.
IBM MQ TA now provides the ability to specify the format in which data should be sent to IBM MQ.
The new MessageDataFormat property currently supports two values: MQFMT_NONE and MQFMT_STRING.
Other Changes
IBM MQ client is updated to the 9.3 version.
FIXEdge 6.15.0 Release Notes
FIXEdge 6.15.0 is released on .
New Features and Improvements
JSONMapping Handler is a FIXEdge plugin that performs the following functions:
Converts any FIX message to JSON and stores it to XML message (MsgType = n) or any other message type of the user's choice.
Converts any JSON message contained in XML message (MsgType = n) or any other message type back to FIX message.
FIXEdge C++ now provides the ability to configure each session or group of settings (e.g., validation) in separate properties files. The multiple-level nesting is supported.
To use this feature the optional IncludeProperties parameter must be specified with the list of paths to the auxiliary properties files to be included in the configuration file.
FIXEdge C++ provides the ability to configure a throttler to control incoming messages' speed.
FIXEdge C++ now creates schedule .properties and .timeline files with the filenames containing both encrypted in base64 and unencrypted <Schedule_Name> or <SenderCompID-TargetCompID-SessionQualifierValue> string. The following special symbols will be replaced with the "_" for the unencrypted string on file creation: \/:*?"<>| #%&{}$!'@+`=.
The applied parser is logged as a general parameter on session start-up in the following format:
Please refer to the ParserVersion page for more details.
ICE Trade Capture Solution Changes
DB scripts were updated to filter out trade duplicates. Duplicate checking should be done by checking the uniqueness of the values of the TradeDate (75), OrdStatus (39), ExecID (17), Symbol (55), Side (54), and ExecType (150) columns.
FIX dictionary was updated according to ICE Trade Capture 4.16.1 specification.
Support of all Allocation Report (35=AS) messages was added:
The Data Model was adjusted to store all the data coming in Allocation Report (35=AS) messages.
Since FIXEdge C++ 6.14.3 release, if this property was specified with the non-existent path then FIXEdge C++ will try to create a new directory in the specified path.
Fixed the issue when FIXEdge C++ could not reconnect to Consul due to an unexpected timeout error.
Fixed the issue when the scheduler file could not be created if its name contained '=' or '\' symbols. These symbols are now being encoded in Base64.
Fixed the issue when FIXEdge C++ could not be started when the LogDirectory property was specified with Directory Junction link.
FIXEdge 6.14.3 Release Notes
FIXEdge 6.14.3 is released on .
New Features and Improvements
FIXEdge C++ provides the ability to clear old History records on BL rules reload.
To use this feature the optional ClearOnLoad attribute must be set to 'true' for the History in the BL_Config.xml file.
FIXEdge C++ now tries to create a new log directory for the session if the LogDirectory property was specified with the non-existent path.
FIXEdge 6.14.2 Release Notes
FIXEdge 6.14.2 is released on .
New Features and Improvements
FIXEdge C++ provides the ability to use an old parser tolerant to errors in FIX message structure, including an incorrect number of elements in a repeating group, via еру NewFeatures.UseBackwardCompatibleParser = true.
FIXEdge C++ allows passing headers for JMS messages in tag 91(SecureData) in SmartXML mode.
To use this feature the following values must be set for JMS TA parameters:
FIXEdge C++ now creates schedule .properties and .timeline files with the filenames containing both encrypted in base64 and unencrypted <Schedule_Name> or <SenderCompID-TargetCompID-SessionQualifierValue> string. The following special symbols will be replaced with the "_" for the unencrypted string on file creation: \/:*?"<>| #%&{}$!'@+`=.
The following JS functions providing the ability to get the ParserID for the session were added:
FIXEdge C++ provides the ability to configure a mechanism for handling insufficient disk space.
On session creation or switching to backup/primary connection, FIXEdge C++ will automatically check free space on the disk and if its amount is less than the value of Persistents.MinDiskSpace property, then FIXEdge C++ will not start a new session or will not switch to backup/primary connection. Also, FIXEdge C++ terminates the session if there is no free disk space left on the session's logs device.
FIXEdge C++ provides the ability to specify different log storage directories for each FIX session via FixLayer.FixEngine.Session.Session_Name.LogDirectory property. LogDirectory can also be specified for the backup connection of a particular session.
New functionality to restrict FIXEdge C++ access to Consul was implemented so each FIXEdge C++ instance can work only with selected data.
The new method of maintaining the log files in the PersistentMM storage for FIX sessions was added. It can be configured via NewFeatures.EnableOptimizedPersistentMMIndex property.
If this property is set to 'true' FIXEdge will mark correctly stored log files with the 'stored correctly' flag in order to not perform a full storage check and improve performance.
FIXEdge C++ provides the ability to create History without the ExpireDateTime column, in such a case ClearHistory procedure will be unavailable.
FIXEdge C++ provides the ability to call updateHistory() function with unspecified expireDateTime argument.
FIXEdge C++ prohibits to call saveOrUpdate() function with unspecified expireDateTime argument if behavior of the function is similar to saveToHistory() function.
FIXEdge C++ provides the ability to call saveOrUpdate() function with unspecified expireDateTime argument if behavior of the function is similar to updateHistory() function.
JMS TA was migrated to the latest Log4J 2.18.0 version.
API changes
A FIXEdge administrator can specify credentials for Admin REST API in the FIXEdge configuration. In this case, the HTTP client must provide the credentials for all operations except health checks.
New value 10 = FIXLatest for 1128 and 1137 tags was added.
A new dictionary fixdiclatest.xml was introduced.
FIXT11 standard dictionary was updated to support FIX Latest version.
FIX Client Simulator sample was updated to support FIX Latest application version.
Implemented support of CstmApplVerID (1129) tag when serializing/parsing FIX message to identify the FIX message dialect when non-default protocol dialect in the parser is used.
Implemented support of Added DefaultCstmApplVerID(1408) tag in Logon message when non-default protocol dialect in the parser is used as the default for FIX session.
New functionality in the ICE TC solution was added to obtain the market information SecDef/UDS on a scheduled basis in CRON format.
Fixed Bugs
Fixed the issue when OnRuleFailEvent could not work with the original message in the Action section due to the inability to specify the actual SenderCompID and TargetCompID in the source session of the Rule and work with the original message in the Action section.
Fixed the issue when Scheduler generated ERROR when SenderCompID/TargetCompID contained space(s). Unique schedule's name generator for FIX sessions supports spaces and special characters in SenderCompID/TargetCompID now.
Fixed the issue when the schedule's name in schedule properties/timeline files was not encoded in Base64.
Fixed the issue when XSLT transformation led to FIXEdge C++ crash if the zero-sized repeating group had entries.
Fixed the issue when FIXEdge C++ returned a non-empty "200" response for successful reload of the History. Admin REST API response on routing rules reload with history was changed: empty JSON array on success, otherwise the list of errors.
Fixed the issue when FMXML Handler stopped processing messages due to an incorrect parsing mechanism for zero-sized repeating groups (<g453 v = "0"> or <g453>).
Fixed the issue when FIXEdge C++ didn't use the bin folder (on Linux) as a working directory for plugins.
Fixed the issue when FIXEdge C++ could not move logs to the archive folder in certain cases.
Fixed the crash in IBM MQ TA caused by an invalid value of the StorageDirectory property.
Fixed the issue when FEAdminConsole could not be run on CentOS 7. FEAdminConsole.sh script was added to start the FEAdminConsole CLI tool under Linux.
Fixed the issue when wrong behavior occurred on ClearHistory procedure call due to incorrect comparison of UTC and Local time in the File History.
Fixed the issue when the Reject message was generated in a wrong way if some required fields in the input message are missing.
FIXEdge 6.13.1 Release Notes
FIXEdge 6.13.1 is released on
FIXEdge 6.13.1 is a minor release providing major bug fixes.
Fixed Bugs
Fixed the issue when FIX message could not be stored in database using history configured in FIXICC H2.
Fixed the issue when FIXEdge could not connect to FIXICC H2.
Fixed the issue when FIXEdge could not load plugins if working directory for FIXEdge container was configured as incorrect absolute path different from 'bin'. FIXEdge now searches for plugins folder relative to 'bin' folder on Linux.
Asynchronous scheduled events execution on per-session basis was implemented.
The number of scheduler threads can be set with the new FIXEdge.Scheduler.Threads property. The default value is 2.
Other Changes
The MaxNumberOfRecords parameter that can be configured for ODBC history was removed from the BL_Config.xml file.
Fixed Bugs
Fixed the issue when JMS TA lost a message on the JMS broker connection breaking and the outgoing message didn't return to the outgoing queue.
Fixed the issue when the REST service was inaccessible until all JMS clients were created/connected. Connecting of JMS clients was implemented in a separate thread.
Fixed the issue when FIXEdge could not find session storage on startup.
Fixed the issue when FIXEdge crashed while parsing long configuration data.
Fixed the issue whenOnSessionLevelRejectEvent could not convert a Reject(3) message toBusiness Message Reject(j) for FIXT1.1 sessions.
Fixed the issue when there was different behavior on Linux and Windows platforms on stop of FIXEdge with messages stored in the asynchronous queue. Canceling of long-running JS scripts on FIXEdge shutdown was implemented.
Fixed the issue when the Session.Default.DisableTCPBuffer property was not working in FIXEdge. The TcpBufferDisabled property was removed from the FIXEdge. The TcpBufferDisabled alias was added for theDisableTCPBuffer property in FIX Antenna.
Fixed the issue when SequenceReset(4) message was sent in case of 789 tag presence. Processing of NextExpectedSeqNum(789) tag in logon message only in case when HandleSeqNumAtLogon mode is enabled was implemented.
Fixed the issue when the FIX session was destroyed due to simultaneous attempts to start it (by BL action or external command).
Fixed the issue when there was possible message loss during FIXEdge shutting down in case of the message was being processed with a long-running JS script.
Fixed the issue when SystemCommand BL operation failed due to the absence of the 1128 tag in the FIX message. The SystemCommand can handle FIXT1.1 messages from script files now.
Fixed the issue when there was an infinite error looping while trying to remove the logon timed-out socket if the DDoS protection was enabled and the network was dropped down.
Fixed the issue when the Kafka session could not be created if the ConnectTime property was set to "08", "09" etc. minutes. Cron expression parser accepts input of numbers starting with "0" now.
Fixed the issue when ResendRequest(2) message processing was interrupted if a validation error appears during the re-sending process. If the engine cannot re-send a message, then a GapFill is sent and the re-sending process continues now.
Fixed the issue when FIX Antenna didn't log dictionary loading error in the exception handler.
Fixed the issue when the saveOrUpdate JS script routine saved wrong non-null values to the ExpireDateTimeproperty if the argument was empty.
Fixed the issue with the processing of the repeating groups with zero size in the FIX message.
Fixed the issue when text/html format was used instead of text/plain format in REST acceptor TA responses.
FIXEdge 6.12.0 Release Notes
FixEdge 6.12.0 is released on
FIXEdge 6.12.0 release's scope includes FIX Antenna features and bug fixes from the upcoming FIX Antenna 2.29.0 which is going to be released in December 2021. Please refer to FIX Antenna 2.29.0 for more details.
New Features and Improvements
Increasing the cache size value does not degrade performance when used to store in the cache feature.
The application uses OpenSSL v. 1.1.1h with static linkage and supports TLS v. 1.3 (the FixLayer.FixEngine.Session.Session_Name.SSLProtocols property).
Added 'bulkSetStringField' method to BL JavaScript API
Added 'bulkSetStringFieldMapped' method to BL JavaScript API
If the value of the Debug.LogSessionExtraParameters property is false, then only general session parameters of primary and backup connections (Host, Port, HBI) are printed to the log.
If the value of the Debug.LogSessionExtraParameters property is true, then general and extra session parameters of primary and backup connections are printed to the log.
Backup session parameters are printed to the log when the function connect is called.
If the value of the Debug.LogSessionExtraParameters property is true and the primary and backup extra parameters are the same, then the line "The backup session has the same parameters as the primary session" is printed to the log.
When a session is configured all FIXEdge specific parameters are printed in the log.
Parameter
Condition
Protocol
Always
PredefinedMessages
PredefinedMessage.<Name>.Type
PredefinedMessage.<Name>.Direction
PredefinedMessage.<Name>.ApplProtocol
Protocol = FIXT11_TCP
The parameter is set
FastTemplateFn
Protocol = FIXT11_FAST_TCP
FASTCodecParameters.BoolNtoString
Protocol = FIXT11_FAST_TCP
FASTCodecParameters.BoolYtoString
Protocol = FIXT11_FAST_TCP
EnableFastScp
Protocol = FIXT11_FAST_TCP
The parameter is set
SenderCompID
Always
TargetCompID
Always
SessionQualifierValue
The parameter is set
CustomLogonFileName
The parameter is set
Role
Always
RecreateOnLogout
Always
InSeqNum
Always
OutSeqNum
Always
ReconnectGroup
The parameter is set
ResetSeqNumAtScheduledStartTime
Always
ActiveConnection
Always
IgnoreDuplicateResendRequests
The parameter is set
ResendMessagesLimit
The parameter is set
TerminateOnLogout
Always
OutgoingQueueSize
Always
IncomingMessagesLimit
Always
IncomingThroughputLimit
Always
AsyncProcessing
Always
AsyncProcessing.QueueSizeLimit
The parameter is set and > -1
Schedule
The parameter is set
StartTime
The parameter is set
ConnectTime
The parameter is set
DisconnectTime
The parameter is set
TerminateTime
The parameter is set
Parameters of assigned session (in a Cron-Like format) are printed in the log when a schedule is set for a session:
SessionName.Schedule = ScheduleName
ScheduleName.StartTime
ScheduleName.ConnectTime
ScheduleName.DisconnectTime
ScheduleName.TerminateTime
ScheduleName.DaysOff
ScheduleName.TimeZone
When the value of parameter ConfirmingLogonStrategy parameter is set to RejectLogout, there is a notification about this in the logs with INFO level: "Option ConfirmingLogonStrategy is set to RejectLogout. The Logout messages received in response to Logon will be treated as an unexpected behavior".
Fixed the issue when the FIX session could not send a message during the Wait For Confirm Logout statement.
Fixed the issue when the messages' status in IBM MQ TA on FIXEdge termination was not updated to prevent sending duplicates on the next FIXEdge start.
Fixed compatibility issue with scheduling the session events in FIXEdge and running the child process.
Fixed the issue when the message could get into the default rule in case the session was destroyed within RESTAdmin API and the rule is matched with the session identifier.
Fixed the issue when FixAntenna stopped receiving messages after receiving a message with a seq number lower than expected.
Fixed the issue when the message had an incorrect header after conversion from FIXT1.1 to the FIX session on BL.
Fixed the issue when FIXEdge crashed because of an unsafe SSL implementation in the OpenSSL library. Rest Out TA now correctly handles simultaneous attempts to send a message to a single adapter instance.
Fixed the issue when FIXEdge crashed during saving data to MySQL DB with ClearTime configured.
Fixed the issue when FIXEdge Admin API was unable to modify or assign a schedule to the FIX session. Implemented updating the session schedule on modifying the session via Admin REST API and getSchedule request handler in Admin REST API.
Fixed the issue when FIXEdge fell in an infinite loop if BeginSeqNo in ResendRequest message is greater than last SeqNum.
Fixed the issue in FIXEdge when the message was not converted from FIX4x to FIXT11 and could not be sent out of the managed queue due to missing tag 1128. Used the original parser and application version while restoring messages from the managed queue.
Fixed the issue in FIXEdge when the validation options were working differently for versions FIX 5.0 and FIX 4.4.
Fixed the issue when FIXEdge didn't apply KeepConnectionState and Qualifier properties from FIXICC H2.
Fixed the issue when the value of the ConfiguredName field was cleared after the attempt to create a session with the registered session ID.
Fixed the issue in FIXEdge when DestroySessionEvent didn't receive a Logout message with the full set of fields in case the session was an initiator of the disconnect process.
Fixed the issue in FIX Antenna whensession didn't pass a Logout message in onLogoutEvent in case the session was an initiator of the disconnect process.
Fixed the issue when the OnActionFail event was not executed if the source of the rule was defined by the Name attribute.
Fixed the issue when FIXEdge runs DestroySessionEvent with trimmed Logout message (the message contains a base set of fields only) in case if counter-party sends Logout instead of Logon reply and the session's ConfirmingLogonStrategy is not "ConfirmLogout".
Fixed the issue when FIXEdge was terminated with the SIGSEGV signal.
Fixed the issue when reconnect mechanism didn't work for Tibco EMS connections.
Fixed the issue when there could be phantom connection rejects if the listening socket was already closed.
Fixed the issue when Logon Handler failed to load if the Description field was absent.
Fixed the issue when the default value of the Cleanup property was not applied if this parameter had an invalid value.
Fixed the issue when printing of multiply listening IP/port endpoints while the connection was failed to be accepted because of connection attempt to invalid IP/port for the session.
Dictionaries Updates
Improvements of ICE Trade Capture service version 4.14 and ICE Private Order Feed version 3.14 are supported.
FIXEdge 6.11.6 Release Notes
FIXEdge 6.11.5 is released on
FIXEdge 6.11.6 is a minor release intended to provide compatibility with the last version of FIXICC H2.
FIXEdge 6.11.5 Release Notes
FIXEdge 6.11.5 is released on
New Features and Improvements
An ability to disable/enable managed queues smart logic per session is implemented.
Smart logic while determining the FIX application version from the FIXVersion attribute is added. The attribute FIXVersion became compliant in FIX to FIXML converter output.
Fixed Bugs
Fixed the issue when FIXEdge corrupted FIX messages if reject was generated under high load. Race condition in FIX session while processing the validation errors during high session load was fixed.
Fixed the issue when FIXEdge crashed during order cancellation processing without tag 11 in the managed queue. The crash in order cancellation processing in Managed Queue if the request had missing required fields was fixed.
FIXEdge 6.11.4 Release Notes
FIXEdge 6.11.4 released on
Fixed Bugs
Fixed the issue when the JMS Producer lost messages during reconnection if it was unable to convert them to JMS Message objects.
Fixed the issue when the ManagedQueue erroneously sent out enqueued messages. A possible race condition during ManagedQueue initialization was fixed.
Fixed the issue when the validation of repeating groups could not be disabled. Checking repeating group bounds without at least one entry was made controllable with the VerifyRepeatingGroupBounds.
FIXEdge 6.11.3 Release Notes
FIXEdge 6.11.3 released on
Fixed Bugs
Fixed the infinite loop that occurred while handling an incorrect ResendRequest message.
FIXEdge 6.11.2 Release Notes
FIXEdge 6.11.2 released on
The main feature of this release is compatibility with FIXICC H2 21Q2. Detailed info is located in the FIXICC H2 for FIXEdge C++ section of the Knowledge Base.
The FIXEdge Server now uses the updated version of FIX Integrated Control Center (FIXICC) (2.10.21) and all its features.
Fixed Bugs
Fixed the issue when the connection to REST Admin API with SSL/TLS security was impossible.
Fixedtheissue when schedule name parameter is being ignored by FIXEdge while processing creates session request via FIX Admin session.
Fixed the issue when a session couldn't be created if it is configured to move logs.
Fixed the issue when the Logon Handlerlogged INFO-level instead of WARN for authentication failures.
FIXEdge 6.11.0 Release Notes
FIXEdge 6.11.0 released on
The most important features of this release the ability to assign a dedicated listen port for an acceptor session or group of sessions and the ability to use QuickFIX formatted dictionaries, see below.
The dedicated listen ports allow the user to restrict an incoming connection(s) to one dedicated port (regardless of whether it is secured or not) for a session via the engine properties file, and to a number of secured or unsecured ports via the API.
QuickFIX formatted dictionaries can now be used in the same way as FixAntenna formatted dictionaries.
The FIXEdge Server now uses the latest version of FIXAntenna (2.28.0) and all its features.
New Features and Improvements
FIXAntenna C++ now supports QuickFix dictionaries natively.
Added a new parameter for a session: tagsDelimiter You can configure this parameter through SessionExtraParameters and through the engine.properties file. In order to set the parameter through the config file, you can use a symbol or a hex-code, for example:
|
^
0xAD
0xF5
Make sure you use an allowed value. Check the table. You can also call the static function FAProperties::checkTagsDelimiterValue. The default value for tagsDelimiter parameter is 0x01 (SOH).
The listening ports can be defined per acceptor session. The port is opened for listening only when the session is ready to accept a connection. It's possible to have several sessions on the same port as long as SSL configurations match.
Added the capability to return the response code and error text from the RestOut TA, and retrieve them on BL with JS functions getErrorCode(), getErrorText().
Messages can be re-transmitted via the RestOutTA in case of errors from the counter-party for particular codes defined by the user.
A new option ResetSeqNumFromFirstLogon was added that allows the engine to handle sequence numbers at logon without Resend Requests.
It can be configured with its own cron-based schedule or using an existing session schedule.
A new property, ResetSeqNumOnNonGracefulTermination, was added that allows the session to reset local sequences to 1/1 upon a connection error or a failed Logon/Logout time frame check.
Added the ConfirmingLogonStrategy session parameter. The list of strategies can be found herC
Set the recommended value of DuplicateResendRequestLimit = 2 to the default in engine.properties. This option allows the FIX Engine to ignore duplicate resend request and respond to multiple similar resend request messages only once. See DuplicateResendRequestLimit for details.
Set the recommended value of FixLayer.FixEngine.Sessions.DefaultIgnoreDuplicateResendRequests to true in default FIXEdge.properties. This option allows to ignore resend request duplicates and responds on multiple similar resend request messages only once. See DefaultIgnoreDuplicateResendRequests (link) and IgnoreDuplicateResendRequests (link) for details
When upgrading the FIXEdge, check if vc10/gcc44 suffixes are used in libraries naming, those suffixes should be excluded if any. For instance:
Logon Handler plugin delegates FIX-session authentication to third-party systems. Communication with the third-party systems is done via BE/BF messages over the FIX protocol. See details.
FIXEdge for Linux is built statically with OpenSSL 1.1.1h and doesn't use the system library now.
Implemented the graceful closing of the Kafka connections on stopping the FIXEdge instance.
Kafka TA has the ability to configure the session's schedule using `ConnectTime` and `DisconnectTime` parameters on a per-session basis now. The configured schedule will set the valid time interval for sending messages to Kafka instance/cluster and will not affect the availability of the session in FIXEdge's BL.
Added support for multiple Kafka TA instances in FIXEdge configuration.
Added support for SSL certificate authentication, PLAIN, and GSSAPI (Kerberos) authentication mechanisms in Kafka transport adaptor.
Implemented configurable logic in Kafka TA to handle temporary disconnections to Kafka server.
Implemented the functionality in Kafka TA to allow monitoring of adaptor state and statistics through Admin interfaces.
Added logging for default data serialization in Kafka TA.
New Data Request Mode was implemented. Now it is possible to subscribe for Trades and Security Definitions simultaneously.
Logging Improvements
Detection of invalid group tags with the wrong group size was added.
Previous message
[WARN] <timestamp> <thread> [Engine] - The license for the '<company>' expires in 38 days. Please call +44 20 369-58-166 or contact us at SupportFIXAntenna@epam.com for further assistance.
Current message
[INFO] <timestamp> <thread> [Engine] - The license for the '<company>' expires in 38 days. Please call +44 20 369-58-166 or contact us at SupportFIXAntenna@epam.com for further assistance. [WARN] <timestamp> <thread> [Version] - The license for the '<company>' expires in 8 days. Please call +44 20 369-58-166 or contact us at SupportFIXAntenna@epam.com for further assistance.
Fixed the parser logic ignores the parameter 'VerifyReperatingGroupBounds' in some cases. Added alias 'VerifyRepeatingGroupBounds' for the parameter 'VerifyReperatingGroupBounds'(spelling fix).
Fixed Bugs
Fixed FIX standard violation when FIXEdge forces the ApplVer(1128) tag to appear right after tag 35
Fixed the application stops when the ApplVer(1128) tag is not set for SMH in the dictionary but the tag is present in a FIX message.
Fixed reject message forming in case of FIX5.0+ protocols without ApplVer(1128) tag. RestOut Non-raw conversion can handle messages without ApplVer(1128) tag.
When using the FIXT1.1 protocol, a correct version of the session protocol is now used to validate storage on startup. This prevents occasional failures upon session initialization if the last message in the *.out storage does not contain the ApplVerID(1128) tag.
Fixed a rare case when a session tries to reconnect after attempting to send a Session Level Reject(3) message that uses one of the following tags: 371, 372, 373, 1130, 1406, 1131, contains a value that is not presented in the dictionary, and validation is enabled.
Fixed the case when a FIX session does not react correctly when the NextExpectedSeqNum(789) tag in an incoming Logon message has a value higher than the sequence number that is next to be assigned. Now, a Logout message will be sent in a scenario like this, as described in the FIX specification.
Fixed the detection of the invalid number of entries in repeating groups. This occurs when there is no entry at all.
Fixed the AllowZeroNumInGroup property. It allows zero-sized repeating groups in incoming messages when set to true.
Fixed the performance issue in ManagedQueue on the Linux system by sending a large number of pending messages (>100k).
Fixed possible deadlock in ManagedQueue with multithreaded configuration and high message rate.
Now FixAntenna's API call `resetSeqNum` is available when an initiator session is in an `Initial`, `CorrectlyTerminated`, and `NonGracefullyTerminated` state. Being called, this method will schedule the next Logon message to contain ResetSeqNum(141)=Y tag, as well as a sequence, reset to be performed on the next logon.
Fixed a case when the TIBCO transport adapter sends to observer two logons (without logout) leading to an exception. Sending logon/logout is based on connection status instead of common demon status now.
Fixed a case when the TIBCO transport adapter was unable to initialize properly if the connection establishes too fast.
Fixed a bug that can cause a session to stop reconnecting attempts. Relevant for session initiator.
Fixed reconnection on network interrupts and updating the session status in the CME STP transport adaptor.
FIXEdge now will correctly initialize REST Admin API and Components API when started as a service on Windows.
Fixed inability to load session storage in case of the storage's FIX protocol version requires to use of the FIXT1.1 transport protocol
Fixed message text for "Error handling the outgoing message" in Kafka TA logging.
Fix the issue when FIXEdge stops when a listening port is already in use.
Fixed hiding the logon credentials in FIXEdge and FIXAntenna log files.
Fixed stops in FIXEdge when BL handler fails to initialize. The obsolete parameter ICESession parameter is removed from the ICEHandler.
Fixed default conversion of messages to/from custom FIX50 protocol while routing to FIX session.
Removed usage of SO_REUSEADDR socket option on Windows to make behavior the same on Windows and Linux in case if listening port is already in use.
The main feature of this release is a newly added Kafka transport adapter. It allows FIXEdge to route messages to/from the Kafka open-source distributed event streaming platform. See details.
Starting with this release we are discontinuing support of RHEL 6 since it came to the EOL. Currently supported platforms include RHEL 7 and Windows x64.
Additionally, this release has an average performance gain of about 10% in the scenario where FIXEdge converts messages from one protocol version to another.
A new "InsertionTime" column has been appended to all tables. This feature saves time on row insertion time. Data is formatted as follows "YYYY-MM-DD-HH:MM:SS.sss".
FIX dictionaries have been updated according to ICE specification (ICE Trade Capture 4.9)
The Rest initiator/acceptor TAs now fully support FIX 5.0+protocols.
The Rest initiator TA adapter now supports re-sending messages when faced with errors from counter-parties for particular, defined by user, codes.
The package includes samples of the systemd unit files in the systemd-support/ directory
Fixed Bugs:
The Rest acceptor TA now provides a list of Certificate Authorities allowed for client certificates in a CertificateRequest message on SSL handshake.
Fixed property SmartXMLProcessing = true for JMS TA
Fixed the bug due to which the Java script function saveToHistory was not able to parse a zero value "0".
MQ version on build machines was updated to V8.0.0.6
The bug has been fixed. Previously, when a session uses the FIXT11 protocol version and AsyncProcessing = true, it was still required to have the tag 1128 in messages. Now the session uses the version received from a Logon message and parses any massage without tag 1128.
REST Acceptor TA now supports FIX50+ messages.
Using FIXT1.1 protocol, a correct version of the session protocol is now used to validate storage on startup. This prevents occasional failures during session initialization if the last message in the *.out storage does not contain ApplVerID(1128) tag.
Fixed a bug in BL Convert action that leads to duplication of custom tag values (i.e. tag number > 5000) to message root from 2+ level nested repeating groups
MQ adapter now supports relative path in the SslKeyRepository property value
The application now uses UTC time zone to save date and time in the SQL database during message filtration.
Dictionaries updates:
CME STP FIX dictionaries include all changes up to Notice 20200505
FIX 5.0 SP2 dictionary has been updated with 258 Extension Packs.
The main features released are the REST Initiator transport adapter, security mode support for the REST Acceptor transport adapter, Managed Queue functionality. Also, various critical and major bugs were fixed.
New Features and Improvements
Managed Queue as a part of store-and-forward functionality is introduced providing a mechanism for storing messages and releasing them on a time-schedule basis.
Managed Queue features
Messages are stored and released according to market schedule hours
Multiple queues can be configured for different order types \ venues
Rest Admin API is extended with the functionality of viewing queues and schedules
Sequence reset doesn't affect the messages in a queue
SSLCheckPrivateKeyproperty was removed. Correspondence between the key and certificate will be checkedautomatically. FIX Edgedoesnot establish session if the key doesn't correspond to the certificate.
StrategyPreference(9006) and PublishMktCreationRealtime(9010) tag values are set to "1" in Logon(35=A) to receive new Defined Strategy (35=UDS) messages published over the session in real time. Receiving Defined Strategy (35=UDS) messages is possible when switching to New Security Definition interface (StrategyPreference(9006)=1) only.
CurrentDate and SenderCompID columns areadded to the Trade Capture Reports database tables.
Fields data types and indexes were changed in Trade Capture Reports and Security Definitions tables to increase the speed of message processing.
Data Model was adjusted to store all the data coming in Allocation (35=J) messages
Message processing by JavaScript isimplemented
SessionQualifier was added to configuration by default in ICE POF Solution in order to work along with ICE Trade Capture solution on the same FIXEdge instance.
Handling of duplicate Execution Report (35=8) messages ischanged for correct processing of messages with the same ExecID(17) tag:
The uniqueness of messages is determined by the set of values of the following tags: ExecID(17), Symbol(55), Side(54), ExecType(150) (added), TransactTime(60) (usedinsteadofSendingTime(52)) If TransactTime(60) tag isn't specified in the Execution Report, then the current time is inserted If the TransactTime field value wasn't specified in the Execution Report (it has been generated by JS), then TransactTimeWasNULL isset to 'Y'
TimeStampPreference(9007) tag set to "1" in Logon(35=A) message for increase time precision in SendingTime(52), TransactTime (60), and RFQTransactTime(9213) tag values
Table columns for storage and post-processing PossDupFlag(43) and PossResend(97) tag values were added
Configuration file FIXEdge.properties isextended with the following settings:
SSL settings were added
Username and Password setting are moved from Сustom Logon
Schedule for ICE Private Order Feed Drop Copy session was added
See "How to upgrade" articles by the following links:
New interface of Security Definition (35=d) messages has been fully supported and enabled by default. Partial backward compatibility is supported - old interface of security definitions can be safely processed and stored in the data model.
Data Model has been adjusted to support and store all the data coming in new interface of Security Definition (35=d) messages.
Changes in FIX interface introduced by the latest ICE Trading Platform Release (June 8, 2018) have been supported.
The solution performance has been improved:
Introduced consequence requests of security definitions which prevent TCP buffer overflow and possible connection break. See updated /wiki/spaces/EPMBFIXA/pages/6042728 and workflow overview for details.
Changed implementation of data storage mechanism: replaced JavaScript with SQL stored procedures.
Optimized indexes structure and their datatypes in Security Definitions tables.
However, current release was tested against IBM MQ Queue Manager 8.0.0.6 version only.
Logging improvements
Logging for getaddrinfo failure has been changed:
Previous message
... getaddrinfo(<hostName>) failed: <error code>
Current message
... Nodename-to-address translation in protocol-independent manner failed - getaddrinfo(<hostName>) failed: <error code>. Please check DNS configuration. Most likely this error means DNS configuration issue.
JMS TA logging for messages without timestamps has been improved:
Previous message
2018-05-22 10:14:31,533 UTC INFO [JNI_WRAPPER] 11232 Timestamp not found in FIXML message.
Current message
2018-05-22 10:14:31,533 UTC WARN [JNI_WRAPPER] 11232 There is no Timestamp in the delivered message. The delivery notification has been skipped.
Critical bugs and fixes
Accepting a session during FIXEdge initialization could lead the failure.
Accepting a session during shutdown could interrupt the graceful stop.
IBM MQ Transport Adapter's transaction cannot be rolled back in the case when FIXEdge failed to parse the first message of the batch.
New interface of Security Definition (35=d) messages has been supported and enabled by default;
Unique Option market IDs (OXXFXX) can be now requested via Security Definition Request (35=c) message;
Configuration has been extended to store all the fields (including MiFID II fields) of Trade Capture Report (35=AE) and Security Definition (35=d) messages in the database.
The latest version of FIXICC 2.10.11 comes with the FIXEdge.
Critical bugs and fixes
IntradayLogoutTolerance=false is ignored when SocketOpPriority is AGGRESSIVE_SEND_AND_RECEIVE;
MIC codes are outdated in FIX/FIXML dictionaries;
SMTP adaptor doesn't work with TLS encryption;
Incorrect conversion of UTCTimestamp in FIXML to FIX conversion.
Breaking changes
Windows version of FIXEdge has been built using VS 2015. VS 2015 C++ Redistributable Package (x64) is required for installation (it can be found in FIXEdge's \Redist directory or downloaded from Microsoft web-site). Also refer to Installation or Upgrade instruction;
Tibco TA - linking mode has been changed for Tibco client libs on Windows (static to dynamic): tibrv.dll, tibrvcm.dll, tibrvft.dll are supposed to be in PATH (or in bin directory).
FIXEdge SDK updates
Introduced ability to reject the connection with custom Logout in FE SDK;
Introduced ability to modify confirming Logon in FE SDK;
Introduced ability to send PreparedMessage messages from FE SDK Handlers/Adapters;
Introduced the same password secure mechanism like Transport Adapters to FE SDK Handler.
FIXEdge 6.4.0 Release Notes
FIXEdge 6.4.0 released on December 08, 2017
New Features and Improvements
CME ClearPort
CME ClearPort API handler has been improved to meet CME security requirements (see here)
Logging improvements
Old category
Old format
New Category
New format
Meaningless record has been removed
INFO
[STPAdaptor] <thread> Received FIX Email message contains unknown sender name 'CMESTPFIX3:IRATFIRM', message was skipped.
Severity has been changed, text has been changed
ERROR
[STPAdaptor] <thread> Send message to user failed, reason: 'Observer->send returns false'
DEBUG
[STPAdaptor] <thread> No rule matching message from STP has been found. Message: <FIX message>
[EngineAdaptor] <thread> Session No. ACCEPTOR2 <FIXEDGE,FIXCLIENT2> cannot be created now. Reason: Schedule properties is empty
ERROR
[EngineAdaptor] <thread> Session No. ACCEPTOR2 <FIXEDGE,FIXCLIENT2> cannot be created now. Reason: Schedule properties are empty
extra symbol has been removed
WARN
[FL_FixEngine] <thread> Session limit 'IncomingThroughputLimit for the session FIXEDGEFIXCLIENT1 is reached. Current value: 1000, threshold value: 100
WARN
[FL_FixEngine] <thread> Session limit IncomingThroughputLimit for the session FIXEDGEFIXCLIENT1 is reached. Current value: 1000, threshold value: 100
extra symbol has been removed
INFO
[FL_FixEngine] <timestamp> INFO [FL_FixEngine] <thread> Session limit 'IncomingThroughputLimit for the session FIXEDGEFIXCLIENT1 is in range. Current value: 0, threshold value: 100
INFO
[FL_FixEngine] <thread> Session limit IncomingThroughputLimit for the session FIXEDGEFIXCLIENT1 is in range. Current value: 0, threshold value: 100
Grammar has been improved
Reconnection tryings is elapsed for the HTTPS client
... reconnect tries is elapsed
Reconnection tries are elapsed for the HTTPS client
... reconnect tries are elapsed
record has been removed
ERROR
[JNI_WRAPPER TransportLayer.RMQTA] <thread> Exception occured while executing TA getMonitoringParameters().
Number of attempts of sending requests to CME STP in case of HTTPS transport error has been made configurable by means of SendingMaxAttempts property (equal to 2 by default).
TransportLayer.CMESTP.SendingMaxAttempts = 2
CME STP Transport Adapter has been improved to perform additional attempts to send HTTPS request in case of any CME STP transport error
ICE Handler: FIXEdge requests the data from ICE that already has been received
Known Issues
JMS Transport Adapter and Rabbit MQ Transport Adapter may not start due to issue with CVE-2017-1000364 update of RHEL | CentOS 6.9 (kernel 2.6.32-696.3.2.el6.x86_64).
Temporary solution.
In order to fix it add "-Xss2m parameter into the Java Virtual Machine configuration file:
conf\jms-ta-distribution\etc\JVM_Options.jvmopts - for the JMS Transport Adapter
conf\amqp-ta-distribution\etc\JVM_Options.jvmopts - for the Rabbit MQ Transport Adapter
Timestamps with increased precision can be validated in incoming messages (for UTCTimestamp, UTCTimeOnly, TZTimestamp, TZTimeOnly formats)
Timestamps in SendingTime (52), OrigSendingTime (122) are filled with configurable precision (per-session configurable property)
BL CopyField action has been enriched with methods intended to receive messages from the session with one timestamp precision and send to the session with another timestamp precision
JavaScript functionality has been extended with getNSec, setNSec, changeNSec to support high-precision timestamps
Please note that even though FIX Antenna C++ and FIXEdge support high precision timestamps the real accuracy of timestamps is limited by the operation system and hardware.
RabbitMQ Adaptor functionality has been extended with "ExchangeName" and "Addresses" configuration parameters. Check RMQ Transport Adaptor Installation Guide for details.
Log Replicator incorrectly synchronizes logs if their timestamps precision is higher than a millisecond.
CME STP Transport Adapter sends wrong LastUpdateTm value
FIXEdge 6.1.0 Release Notes
FIXEdge 6.1.0 released on March 31, 2017
New Features and Improvements
FIXEdge has been built with latest FIX Antenna C++ Release (2.18.1)
Environment variables can be used in FIXEdge.properties and engine.properties (not supported through FIXICC UI though)
Bugfixes
RabbitMQ TA goes into infinite cycle
RabbitMQ TA doesn't reconnect according to schedule
RabbitMQ TA Consumer from group can't be created
CME STP adaptor falls into deadlock, causing FixEdge to stop accepting connections.
Logs are not deleted using FIXICC in Linux
Memory leak in In-Memory History
Memory corruption due to improper deinitialization of ODBC resources when working with ODBC History (postgresql specific)
Known issues
Since version 6.1.0 the JavaScript function getAsNumber works in another way in case the value can't be converted to a number. If previously it returned 0 if the whole string cannot be converted to a number, now it takes the substring till the first non-digit character and converts this substring. E.g. "20170321-05:00:00" is returned as 20170321 but not as 0 as it was in previous releases.
FIXEdge 6.0.0 Release Notes
FIXEdge 6.0.0 released on February 28, 2017
New Features and Improvements
Scheduler:
The following features have been introduced in session scheduler:
ability to schedule the launch and termination of sessions at pre-defined times and dates;
use CRON expressions for sessions schedule accurate to the second;
ability to specify days off for sessions schedule;
ability to specify time zone for sessions schedule;
ability to assign one schedule to multiple sessions.
The propertyfor limitation of number of incoming simultaneous connections that haven't sent logon message yet from one host has been added (5 connections by default).
The property for limitation of connection time for an incoming connection that hasn't sent logon message yet has been added (5 seconds by default).
The property for limitation of the maximum size of the buffer of incoming messages has been added (no limitation by default).
CPU usage on receiving large messages (for messages greater than 64 KB) has been reduced.
Performance of massive resend requests has been improved for the case when persistent storage type is used (1 million messages is resent up to 180 times faster).
JavaScript perfomance has been improved by introducing JIT in 1.8.5 version of SpiderMonkey library (only windows version of FIXEdge).
Adapters:
The ability to prevent message loss in MQ TA and reduce the number of messages in transaction to meet MaxUncommittedMsgs limit in MQ queue manager has been added.
Filters that allows to make a decision how to handle incoming messages has been added to MQ TA.
Other improvements:
Error description for fast mapping has been improved.
DisableTCPBuffer has become the alias for TcpBufferDisabled property.
Critical bugs and fixes
The following bugs and vulnerabilities have been fixed:
FIXEdge works wrong with absolute paths in FIXICC.PIDFile property.
FIXEdge doesn't start if a session from Sessions list is not described.
FIXEdge crashes when addressing to the non-existent tag in the repeating group.
FIXEdge connects to primary connection even if ActiveConnection = backup.
FIXEdge unable to recover availability after the limit of file descriptors was reached in Linux.
<Alloc> extended with allocation specific ID, Src, Evnt, Typ, LegRefID, Scope
[CME CT API] Fixed storing to CME_SideRegIDs table
[FAST Sessions] Checks for string length for mapping fast string->char has been added
[FAST Sessions] Deadlock in onLogoutEvent of FAST session has been fixed
[FAST Decoder] Access violation error has been fixed
[JSDateEntity] additional validations for input parameters have been added
[JSDateEntity] The issue with incorrect time handling in case of Daylight Saving Time is present in local time zone has been fixed
FIXEdge 5.8.0 Release Notes
New Interfaces to Chicago Mercantile Exchange (CME) APIs
CME STP API
CME Confirm Hub API
These APIs are in addition to the existing interface to CME Cleared Trades API, which has been also renovated to provide extended flexibility.
Trades from these API can be either routed to a FIX session or saved to a Database. Routing to all available middlewares (IBM MQ, TIBCO, JMS) is also supported both in FIX and FIXML (or other XML) format
FIX Layer
Certification with London Metal Exchange (LME) has been passed.
Use of custom FIX protocols and dialects in FIX sessions has been reworked to provide easy and flexible configuration
Sending Username and Password in Logon message when BackupConnection is used has been implemented.
Support of UsernameTag and PasswordTag has been implemented (for Active and Backup connections).
Business Layer
Embedded JavaScript: getSourceSessionId() function has been added.
Package, documentation and logging
Linux installation guide has been updated
JMS Transport Adapter installation guide has been updated.
Deployment on CentOS / RedHat Linux has been simplified by removing several steps
FIXICC Agent has been embedded into Linux package
FIXEdge logs have been made configurable to address the demand of integration with logs parsing and monitoring systems. Logs format is now can be configured similar to Log4j/Log4net logging.
FIXEdge SDK for Transport Adaptors development has been released
Critical bugs and fixes
Memory leak in Bridge Transport Adaptor has been fixed.
Fatal error when stopping FIXEdge with JMS has been fixed.
FIXEdge 5.7.0 Release Notes
Package and documentation
Improved Windows installer interface
FIX Integrated Control Center was equipped with own local instance of Java
Improved documentation
Transport Adapters, Handlers and FIX routing
Added FMXML handler and Splitter Transport Adapter for fast XML<->FIX transformations
Introduced Tibco RV Transport Adapter for Linux
Improved performance on XSL transformation (up to 40%)
Introduced CME MS Handler for polling CME ClearedTrades
Improved IBM MQ Transport Adapter: stability, using MQ transactions to improve performance
Actualized samples for Simple Sockets Transport Adapter
Monitoring parameters in FIXICC for handlers / transport adapters
Introduced ability to monitor and configure parameters of the following Handlers and Transport Adapters
FMXML handler
HTTPS Transport Adapter
CME MS handler
Splitter Transport Adapter
IBM MQ Transport Adapter
Critical bugs and fixes
[BBP-2063] FIX field's length in ODBC history
[BBP-1691] Error while parsing FIXML message from CME (CME Handler)
[BBP-1844] Session does not start at configured StartTime
[BBP-1639] - Due incorrect link to pid file FixEdge1.stop.sh script can't stop FE.
Fixed many issues with date / time conversions
Fixed memory leaks in InMemory History
Added flag /GS to compiler on Windows: Stack buffer overrun detection
FIXEdge 5.6.2 Release Notes
Bugfix release.
Fixed Bugs:
[BBP-1844] Session does not start at configured StartTime
FIXEdge 5.6.1 Release Notes
2013-10-29
Bugfix release.
Fixed Bugs:
BBP-1639 Due incorrect link to pid file FixEdge1.stop.sh script can't stop FE