Table of Contents |
---|
...
Further information in the FIXICC H2 Release Notes.
- FIXEdge/J dependencies installer
- The package includes the script, which installs FIXEdge/J libraries with public API to the customer repository. It makes easier development of custom extensions for FIXEdge/J.
...
- Kafka Endpoint can't publish/consume messages in a custom format.
- Problem description: serializer/deserializer classes were hardcoded to work with FIX messages in key-value string format.
- Solution: Hardcode was removed and new interfaces for serialization/deserialization of MessageEvent instance into custom format were provided.
- The scheduler doesn't start the session in the middle of the day.
- Problem description: FIX session does not start if FEJ server has started after its start time but before its stop time.
- Solution: The scheduler logic was fixed and now it can start FIX sessions if the FEJ is started during their working hours.
...