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_tcallback,dxf_create_connection*anddxf_get_current_connection_statusfunctions.
Samples
- Expanded parameter set by passing an authentication token: the optional command line parameter “[-T
]” is added. - Added ability to change the number of displayed records: an optional command line parameter “[-l
]” 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.NativeConnectionclass andcom.dxfeed.native.NativeConnection.Statusfield
Samples
- Expanded parameter set by passing an authentication token: an optional command line parameter “[-T
]” 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_bookhas been renamed todxf_simple_order_book_sample
Please contact support@dxfeed.com if you have any questions.