- Support for QUIK 64-bit (up to version 8.5)
- Various bug fixes
- Various Lua code improvements
- Updates & bug fixes from all commits since the last version.
- Added netstandard2.0 target.
- The first stable version, all essential functionality is battle-tested by users over the past year.
- Update NuGet. Minor changes and some new functions (e.g. GetTradesAccounts).
- Cumulative update with all commits over the past 15 months
- Almost all QLua API is implemented
- Cumulative update with all commits over the past 6 months
- MARKET_MAKER_ORDER is nullable, because it is not supported by FORTS
- Fixed race conditions both in Lua and on C# side
- Initial release. Tested connection and basic Quik functions and events.
- NuGet package (tested)
- More than 3x performance improvement with cjson instead of dkjson in Quik and c.30% in a standalone Lua. Now they are almost at par - Quik just 13% slower. Now we have 80 micros for Quik and 70 micros for a standalone Lua (60 in profiler in release mode).
- Added ClassFunctions (������� ��� ��������� � ������� ��������� ����������) and several simple events
- Correct Encoding to 1251
- Implemented sendTransaction and tested its error handling (no actual trades yet)
- Imlpemented several data structures and functions
- Improved performance by c.30% in response listener by spawning new tasks for each message
- Fixed lua51.dll proxy issue
- Fixed lua51.dll bug
- Apache 2.0 instead of GPL