Skip to content

dxFeed .Net API 5.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 09:24
· 109 commits to master since this release
  • [DXFC-182] The new order (price level) sources were added: ntv, glbx, xeur
  • [DXFC-178] Added the ability to log received and transmitted data blocks
    • [API] The NativeTools.InitializeLogging function extended by optional parameter logDataTransfer This flag defining the logging mode; if it's true then the data transfer (portions of received and sent data) logging will be enabled. It will also create two files with names similar to the name of the main log file, but ending with "*.receive.data" and "*.send.data"
    • [Samples] Added the additional command line parameter:
      • -p - Enables the data transfer logging