You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the LowPrice property to the SymbolPriceChangeTickerResponse class.
* Added BNB pairs and switched symbol name order.
* Added feature exchangeInfo API endpoint.
* Split classes to own files.
* Using OrderType enum in ExchangeInfoSymbol.
Added possible new values for OrderType enum, LIMIT_MAKER, STOP_LOSS_LIMIT, TAKE_PROFIT_LIMIT.
* Added REPSONSE, FULL, ACK to CreateOrder, and changed rogue doubles for decimals
* ExchangeInfoOrderType as new enum.
ExchangeInfoFilterType new type of json converter.
* Price property changed to decimal instead of double for any precision conversion problems
* Error message logging fix
* FloatParseHandling for queryStringCreation and Test
* Adjusted types, fields
* Version change in assembly
* Removing Price mandatory guard
* Removed private setters.
* Removed private from setter.
* Expanded the number of available order types.
* Access Level of GenerateQueryStringFromData reverted to private
* GenerateQueryStringFromData_DecimalConversion deleted from GeneralEndpointTests
<Description>The Binance CryptoCurrency exchange C# wrapper of the API. It is built in dotnet core, supports all REST and WebSocket endpoints, has full logging capabilities, a built in Cache for selected endpoints, a Rate limiter and more. Enjoy Binance API data, fast and reliably.</Description>
6
6
<Title>Binance Cryptocurrency Exchange - C# API in .NET</Title>
<PackageReleaseNotes>Fixed bug around QueryOrder</PackageReleaseNotes>
18
-
<AssemblyVersion>4.0.1.0</AssemblyVersion>
19
-
<FileVersion>4.0.1.0</FileVersion>
17
+
<PackageReleaseNotes>Adjusted fields types, and removed required param, improved order response types, other imrpovements and additions</PackageReleaseNotes>
0 commit comments