Release Notes

Release Notes - B3 Binary Order Entry C++ - Version 1.4.0

Written by Admin | Jun 9, 2026 1:37:41 PM

Improvement

  • [B3BOECPP-98] - Support SimpleNewOrder in TradingClient sample
  • [B3BOECPP-91] - SessionHelper::sendRetransmitRequest() should fully simulate the sequence gap
  • [B3BOECPP-88] - Add flag to skip the SBE header in toStr() methods
  • [B3BOECPP-84] - Add flag to skip empty fields in toStr() methods
  • [B3BOECPP-83] - Add sequence number reset policy to the Scheduler
  • [B3BOECPP-81] - Add the reasonable transmission time to gateway keep alive interval
  • [B3BOECPP-80] - Add "Restore Session State from Scratch" article
  • [B3BOECPP-79] - The sessionVerId constructor parameter should take an effect even if it is restored from the session storage
  • [B3BOECPP-73] - Support the latest schema 8.4.2
  • [B3BOECPP-71] - Use the empty session's mutex when the TCPStandard stack in the ExternalThread threading model is used
  • [B3BOECPP-70] - Get rid of the reconnecting thread for Pool and External (TcpStandard) threading models
  • [B3BOECPP-68] - Add the "How to get the SeqNum from the sent message" to the FAQ section of the Programming Guide
  • [B3BOECPP-58] - Support the latest schema 8.3.3

Task

Bug

  • [B3BOECPP-85] - The Scheduler performs the session reset each connect attempt of the negotiated session
  • [B3BOECPP-76] - Business header is not initialized properly

New Feature

  • [B3BOECPP-69] - Support the ExternalThread mode by the Scheduler