Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 19, 2024
1 parent 9d4f173 commit 09b9567
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Task<WebCallResult<KucoinOrderId>> PlaceTestOrderAsync(
/// <para><a href="https://www.kucoin.com/docs/rest/futures-trading/positions/get-maximum-open-position-size" /></para>
/// </summary>
/// <param name="symbol">Symbol</param>
/// <param name="price">Price/param>
/// <param name="price">Price</param>
/// <param name="leverage">Leverage</param>
/// <param name="ct">Cancellation token</param>
/// <returns></returns>
Expand Down
12 changes: 11 additions & 1 deletion Kucoin.Net/Kucoin.Net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,17 @@
<param name="ct">Cancellation token</param>
<returns>List of trades</returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Kucoin.Net.Interfaces.Clients.FuturesApi.IKucoinRestClientFuturesApiTrading.GetMaxOpenPositionSizeAsync(System.String,System.Decimal,System.Decimal,System.Threading.CancellationToken)" -->
<member name="M:Kucoin.Net.Interfaces.Clients.FuturesApi.IKucoinRestClientFuturesApiTrading.GetMaxOpenPositionSizeAsync(System.String,System.Decimal,System.Decimal,System.Threading.CancellationToken)">
<summary>
Get the max position size
<para><a href="https://www.kucoin.com/docs/rest/futures-trading/positions/get-maximum-open-position-size" /></para>
</summary>
<param name="symbol">Symbol</param>
<param name="price">Price</param>
<param name="leverage">Leverage</param>
<param name="ct">Cancellation token</param>
<returns></returns>
</member>
<member name="T:Kucoin.Net.Interfaces.Clients.FuturesApi.IKucoinSocketClientFuturesApi">
<summary>
Futures socket api
Expand Down

0 comments on commit 09b9567

Please sign in to comment.