Skip to content

Commit

Permalink
5.4.1231
Browse files Browse the repository at this point in the history
  • Loading branch information
burakoner committed Dec 31, 2024
1 parent 5235139 commit 7e21a26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log & Release Notes

* Version 5.4.1231 - 31 Dec 2024
* Fixed issue [#75](https://github.com/burakoner/OKX.Api/issues/75)

* Version 5.4.1223 - 23 Dec 2024
* Fixed issue [#74](https://github.com/burakoner/OKX.Api/issues/74)

Expand Down
2 changes: 1 addition & 1 deletion OKX.Api/Algo/Responses/OkxAlgoOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public record OkxAlgoOrder
/// Only applicable to trigger order, trailing order and twap order
/// </summary>
[JsonProperty("isTradeBorrowMode")]
public bool IsTradeBorrowMode { get; set; }
public bool? IsTradeBorrowMode { get; set; }

/// <summary>
/// Chase type. Only applicable to chase order.
Expand Down
8 changes: 4 additions & 4 deletions OKX.Api/OKX.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<PropertyGroup>
<PackageId>OKX.Api</PackageId>
<Authors>Burak Öner</Authors>
<Version>5.4.1223</Version>
<FileVersion>5.4.1223</FileVersion>
<PackageVersion>5.4.1223</PackageVersion>
<AssemblyVersion>5.4.1223</AssemblyVersion>
<Version>5.4.1231</Version>
<FileVersion>5.4.1231</FileVersion>
<PackageVersion>5.4.1231</PackageVersion>
<AssemblyVersion>5.4.1231</AssemblyVersion>
<Description>OKX V5 Api Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible OKX Cryptocurrency Exchange Rest and Websocket Api Wrapper</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>OKX;OKEX;Binance;BNB;BTC;Api;Client;Rest;Web;Websocket;Socket;Wrapper;Crypto;Currency;Cryptocurrency;Exchange;Trade;Trading;Bitcoin;Spot;Margin;Futures;Derivates;Stock;Options;Swap;</PackageTags>
Expand Down

0 comments on commit 7e21a26

Please sign in to comment.