dxFeed C API and dxFeed C# API version 5.7.0 with fixes and improvements are already available.
C API Changelog
- Fixed an issue with crash on reconnect (connection by TLS)
- Added the ability to subscribe to “*” (wildcard) symbol. See descriptions of the
dxf_add_symbol
,dxf_add_symbols
,dxf_remove_symbol
,dxf_remove_symbols
functions in theDXFeed.h
file
C# API Changelog
- Fixed an issue with crash on reconnect (connection by TLS)
- Added the ability to subscribe to “*” (wildcard) symbol. See descriptions of the
NativeSubscription.AddSymbol
,NativeSubscription.AddSymbols
,NativeSubscription.RemoveSymbols
methods in theNativeSubscription.cs
file
Please contact support@dxfeed.com if you have any questions.