Improvement

  • [DOTNET-1793] - BREAKING CHANGE: Threading.ThreadPriority enum should be used in Session.*ThreadPriority
  • [DOTNET-1774] - Information about EngineSettings.LocalTimeUsage property should be added to Programming Guide
  • [DOTNET-1751] - Information about the logging order of incoming messages should be added to Programming Guide
  • [DOTNET-1738] - 'How to control the order of the tags' question should be added to FAQ section
  • [DOTNET-1710] - Add description of how to modify outgoing message in outgoing callback to documentation
  • [DOTNET-1705] - Describe settings which allow user create a maximum number of sessions
  • [DOTNET-1700] - Add more details about Custom FIXML dictionaries
  • [DOTNET-1696] - Ability to process the custom main XML schema file which contains all definitions itself
  • [DOTNET-1681] - Message.Validate() method should validate required fields for the application level only
  • [DOTNET-1674] - Thread Safety section should be added to Programming Guide
  • [DOTNET-1653] - ErrorEvent should be invoked if there is an unhandled exception in InboundApplicationMsgEvent handler
  • [DOTNET-1629] - Add default values of classes properties to Programming Guide
  • [DOTNET-1613] - SendingBytes.ToFixString method should not throw exceptions

New Feature

  • [DOTNET-1790] - Session.TcpNoDelayOption
  • [DOTNET-1787] - Group.Set(int, int, ArraySegment<byte>)
  • [DOTNET-1784] - EngineSettings.LogOutboundMessages
  • [DOTNET-1783] - EngineSettings.LogInboundMessages
  • [DOTNET-1781] - Group.TryGetDecimal(..)
  • [DOTNET-1780] - Group.TryGetByteArray(..)
  • [DOTNET-1767] - EngineSettings.LogFileName property
  • [DOTNET-1766] - EngineSettings.MessageGrouping property
  • [DOTNET-1765] - Session.ReceiveSpinningTimeoutUsec property
  • [DOTNET-1764] - EngineSettings.ReceiveSpinningTimeout property
  • [DOTNET-1763] - Update the ICE Trading Client sample in accordance with ICE FIX OS Reference Manual - 3.4.9
  • [DOTNET-1717] - Add setter/getter to the Group class for DateTime values
  • [DOTNET-1715] - Add info that AnyCpu paltform is not supported to FAQ
  • [DOTNET-1697] - FixmlConverter(ProtocolVersion version, String schemaString) constructor
  • [DOTNET-1694] - FixmlConverter.AddCustomMessage(..)
  • [DOTNET-1692] - FixmlConverter.AddCustomRepeatingGroup(..)
  • [DOTNET-1691] - ErrorEventArgs.IncomingMessageBytes property
  • [DOTNET-1688] - Session.WarmUp(SerializedMessage)
  • [DOTNET-1683] - Message.Validate(MessageValidationFlags validationFlags)
  • [DOTNET-1678] - Session.IncomingMessageGapQueueMaximumSize
  • [DOTNET-1668] - ConfirmationLogonMessageErrorException
  • [DOTNET-1667] - TimeoutException
  • [DOTNET-1666] - UnexpectedSequenceNumberException
  • [DOTNET-1665] - LinkErrorException
  • [DOTNET-1663] - Session.IgnoreLessThanExpectedSequenceNumber property
  • [DOTNET-1660] - Add setter/getter to the Group class for char values
  • [DOTNET-1628] - FieldSet.Set(int, ArraySegment<byte>)
  • [DOTNET-1603] - Session.PreFill methods for a single message

Bug

  • [DOTNET-1739] - BREAKING CHANGE: Errors in standard FIX dictionaries
  • [DOTNET-1734] - Data types of fields are incorrectly parsed from FIXML scheme for versions 5.0SP1/5.0SP2