Skip to content

Commit

Permalink
beautify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alokym86 committed Oct 3, 2024
1 parent fcd2e4a commit e047eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ Task<WebCallResult<IEnumerable<GateIoCancelResult>>> CancelOrdersAsync(
/// <para><a href="https://www.gate.io/docs/developers/apiv4/#amend-an-order" /></para>
/// </summary>
/// <param name="symbol">Symbol, for example `ETH_USDT`</param>
/// <param name="orderId">Order id, either orderId or clientOrderId required</param>
/// <param name="clientOrderId">user custom ID(i.e., t-123c456f), either `orderId` or `clientOrderId` required</param>
/// <param name="orderId">Order id, either `orderId` or `clientOrderId` required</param>
/// <param name="clientOrderId">user custom ID (i.e., t-123c456f), either `orderId` or `clientOrderId` required</param>
/// <param name="price">New price</param>
/// <param name="quantity">New quantity</param>
/// <param name="amendText">Custom info during amending order</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ Task<CallResult<GateIoOrder>> PlaceOrderAsync(string symbol,
/// <para><a href="https://www.gate.io/docs/developers/apiv4/ws/en/#order-amend" /></para>
/// </summary>
/// <param name="symbol">Symbol, for example `ETH_USDT`</param>
/// <param name="orderId">Order id, either orderId or clientOrderId required</param>
/// <param name="clientOrderId">user custom ID(i.e., t-123c456f), either `orderId` or `clientOrderId` required</param>
/// <param name="orderId">Order id, either `orderId` or `clientOrderId` required</param>
/// <param name="clientOrderId">user custom ID (i.e., t-123c456f), either `orderId` or `clientOrderId` required</param>
/// <param name="price">New price</param>
/// <param name="quantity">New quantity</param>
/// <param name="amendText">Custom info during amending order</param>
Expand Down

0 comments on commit e047eca

Please sign in to comment.