1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated to version 12.4.0

This commit is contained in:
Jkorf
2026-07-28 12:45:36 +02:00
parent 4803ed91cd
commit 9be8798ccf
6 changed files with 25 additions and 5 deletions
+6
View File
@@ -128,6 +128,12 @@ Various:
* PlatformInfo now required support environment names in the constructor
## Release notes
* Version 12.4.0 - 28 Jul 2026
* Added AveragePrice property to SharedQuantity model
* Added DebuggerDisplay attributes to Result objects
* Updated SharedFuturesTicker, SharedSpotTicker, SharedTrade and SharedKline to use SharedOrderQuantity for volumes/quantities
* Updated REST json deserialization error for empty response
* Version 12.3.0 - 23 Jul 2026
* Added calculation of AveragePrice on Shared order models if data is available and AveragePrice is not set
* Extracted ConnectionCanBeUsedFor method in SocketApiClient for easier custom logic implementation