Friday, 27 June 2014

Release Notes - .NET CME Cleared Trades Handler - Version 2.0.0.0

Task

  • [NETCMECTH-48] - New CME STP API replacing Cleared Trade API

Release Notes - Java CME Cleared Trades Handler - Version 2.1.0

Improvement

Bug

  • [JAVACMECTH-22] - Unexpected error reported while Session.unsubscribe call

Thursday, 26 June 2014

Release Notes - Java CME Cleared Trades Handler - Version 2.0.0

Task

Friday, 20 June 2014

Release Notes - C++ Montreal HSVF Market Data Handler - Version 1.8.0.0

Improvement

New Feature

Wednesday, 18 June 2014

Release Notes - C++ LSE Level 2 ITCH Market Data Handler - Version 1.1.6.0

Improvement

  • [CPPLSEITCH-131] - BREAKING CHANGE: Rename HighResolutionTime to Timestamp
  • [CPPLSEITCH-129] - BREAKING CHANGE: Rename InstrumentID to InstrumentId

Bug

  • [CPPLSEITCH-128] - Bug with processing cached messages after recovery

Release Notes - C++ ICE iMpact Multicast Price Feed Handler - Version 2.25.1.0

Bug

Tuesday, 17 June 2014

Release Notes - .NET FIX Engine - Version 3.15.0.0

Improvement

  • [DOTNET-1353] - Migrate to the dialects-2_12.xsd Dialect XML Schema file
  • [DOTNET-1345] - In case of internal errors EngineListener.OnError should be called too
  • [DOTNET-1344] - ErrorReason.InternalError enum value
  • [DOTNET-1323] - Ability to provide more than one of the licence path to the EngineSettings.LicenseStore

New Feature

  • [DOTNET-1341] - EngineSettings.AsyncFileBasedStorageQueueMaxSize property
  • [DOTNET-1332] - BREAKING CHANGE: ISessionStorage.ResendingQueueSize
  • [DOTNET-1331] - Session.ResendingQueueSize()
  • [DOTNET-1325] - BREAKING CHANGE: Session storage flush API

Friday, 13 June 2014

Release Notes - C++ Montreal HSVF Market Data Handler - Version 1.7.0.0

Improvement

  • [CPPMXHSVF-63] - BREAKING CHANGE: Add timestamp to IOrderBookChangeListener::onBeginUpdate

Wednesday, 11 June 2014

Release Notes - C++ FIX Engine - Version 3.15.0.0

New Feature

  • [CPP-1638] - BREAKING CHANGE: Limited support for Visual Studio 2008
  • [CPP-1625] - Support Visual Studio 2013
  • [CPP-1605] - EngineSettings::asyncFileBasedStorageQueueMaxSize()
  • [CPP-1595] - BREAKING CHANGE: ISessionStorage::resendingQueueSize
  • [CPP-1587] - Session::resendingQueueSize()
  • [CPP-1530] - BREAKING CHANGE: Session storage flush API
  • [CPP-1514] - Option to set maximum number of significant digits for float values

Improvement

  • [CPP-1626] - Migrate to the dialects-2_13.xsd Dialect XML Schema file
  • [CPP-1618] - In case of internal errors IEngineListener::onError(..) should be called too
  • [CPP-1616] - EngineErrorReason::InternalError enum value
  • [CPP-1586] - Default precision 15 digits used to convert double to decimal is not enough
  • [CPP-1577] - Add "Logon Password Authentication" section to Programming Guide
  • [CPP-1535] - If MsgSeqNum (#34) is missed in incoming message the session should send logout instead of reject.
  • [CPP-1531] - onMessageSending callback should be called just before the FIX message is sent to the wire.
  • [CPP-1512] - Ability to provide more than one of the licence path to the EngineSettings::licenseStore
  • [CPP-1286] - Add typed values in accordance with FIX protocol types

Bug

  • [CPP-1594] - When connection is dropped ISessionListener::onWarning() reason parameter looks wrong
  • [CPP-1578] - Logon Password Authentication is broken