View in pdf

dxFeed C API and dxFeed C# API version 5.4.0 with fixes and improvements are already available.

 

С API Changelog

Notifications

  • Added ability to notify about connection status changes. See dxf_connection_status_t enum, dxf_conn_status_notifier_t callback, dxf_create_connection* and dxf_get_current_connection_status functions.

Samples

  • Expanded parameter set by passing an authentication token: the optional command line parameter “[-T <token>]” is added.
  • Added ability to change the number of displayed records: an optional command line parameter “[-l <records_print_limit>]” is added (0 – unlimited). Affected samples: SnapshotConsoleSample, IncSnapshotConsoleSample 

Other

  • Fixed build with CLion

 

C# API Changelog

 

Notifications

  • Added ability to notify about connection status changes. See dxfeed.api.connection.ConnectionStatus enum, com.dxfeed.native.NativeConnection class and com.dxfeed.native.NativeConnection.Status field

Samples

  • Expanded parameter set by passing an authentication token: an optional command line parameter “[-T <token>]” is added.
  • Added ability to change the number of displayed records: an optional command line parameter “[-l records_print_limit]” is added (0 – unlimited). Affected samples: dxf_client, dxf_order_view_sample, dxf_snapshot_sample
  • dxf_simple_order_book has been renamed to dxf_simple_order_book_sample

 

Please contact support@dxfeed.com if you have any questions.