Thursday, 26 February 2015

Release Notes - .NET CME MDP 3 Market Data Handler - Version 3.4.0.0

Improvement

  • [NCMMDH-124] - When using codedom, full path to referenced assembly should be specified
  • [NCMMDH-121] - BREAKING CHANGES: OrderBookUpdated callbacks should be called after corresponding MatchEventIndicator received
  • [NCMMDH-114] - Access to collection of order ids from trade summary

Task

  • [NCMMDH-122] - BREAKING CHANGE: .NET version 3.5 is no longer supported

New Feature

  • [NCMMDH-113] - Packet class should implement IClonable interface

Tuesday, 24 February 2015

Release Notes - C++ Eurex T7 Enhanced Trading Interface (ETI) Handler - Version 2.4.0.0

New Feature

Wednesday, 18 February 2015

Release Notes - Java CME MDP 3 Market Data Handler - Version 3.4.1

New Feature

  • [JCMEMDH-154] - Access to collection of order ids from trade summary

Thursday, 12 February 2015

Release Notes - Java FIX Engine - Version 1.20.0

Improvement

  • [JAVA-1081] - Add year to storage file name timestamp
  • [JAVA-1064] - After sending the initial Logout message, the Iogout initiator should not send any messages (unless requested to do so by the logout acceptor)

Task

  • [JAVA-1077] - Create fix benchmark sample using MessageSending and ReceivedBytes listeners

Bug

  • [JAVA-1074] - Incorrect link in Scheduler Samples section
  • [JAVA-790] - Shutdowning of engine does not clear dialects

New Feature

  • [JAVA-1073] - MessageSending listener for Session
  • [JAVA-1072] - ReceivedBytes listener for Session
  • [JAVA-1061] - Session.ErrorReason.EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE

Release Notes - C++ eSpeed ITCH Market Data Handler - Version 0.3.0.0

Task

Tuesday, 3 February 2015

Release Notes - .NET FIX Engine - Version 3.18.0.0

New Feature

  • [DOTNET-1506] - BREAKING CHANGE: Access to the raw message buffer before sending
  • [DOTNET-1487] - Ability to specify the SSL Certificate chain
  • [DOTNET-1485] - The base dialect XML descriptions should be included to the distribution package

Improvement

  • [DOTNET-1504] - Add missed FieldSet.TryGet methods
  • [DOTNET-1503] - BREAKING CHANGE: FieldSet.Fields returns only fields that belongs to current fieldset without nested repeating groups
  • [DOTNET-1501] - After sending the initial Logout message, the Iogout initiator should not send any messages (unless requested to do so by the logout acceptor)
  • [DOTNET-1167] - CME iLink: remove tag 48 SecurityID from all outgoing messages
  • [DOTNET-615] - Threading model should be described in Programming Guide

Monday, 2 February 2015

Release Notes - C++ FIX Engine - Version 3.18.0.0

New Feature

  • [CPP-1927] - EngineSettings (const std::string& configuration)
  • [CPP-1896] - BREAKING CHANGE: Access to the raw message buffer before sending
  • [CPP-1884] - The base dialect XML descriptions should be included to the distribution package
  • [CPP-1881] - Session::preFill (SerializedMessageBatch &)
  • [CPP-1877] - Dialect description should support Component Blocks
  • [CPP-1497] - Session::sendAsIs(const SerializedMessageBatch &)
  • [CPP-1163] - Ability to specify the SSL Certificate chain

Bug

  • [CPP-1923] - FIX Engine resends FIX messages even if an application is not subscribed to the onResendRequest(..) event

Improvement

  • [CPP-1910] - Batch message sending should be described in the "Low Latency Best Practices" section of the Programming Guide
  • [CPP-1906] - After sending the initial Logout message, the Iogout initiator should not send any messages (unless requested to do so by the logout acceptor)
  • [CPP-1100] - "Linux Signals" section should be added to Programming Guide