| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
Order |
SpotApi.amendOrder(String orderId,
String currencyPair,
OrderPatch orderPatch,
String account)
Amend an order
By default, the orders of spot and margin account are updated.
|
okhttp3.Call |
SpotApi.amendOrderAsync(String orderId,
String currencyPair,
OrderPatch orderPatch,
String account,
ApiCallback<Order> _callback)
Amend an order (asynchronously)
By default, the orders of spot and margin account are updated.
|
okhttp3.Call |
SpotApi.amendOrderCall(String orderId,
String currencyPair,
OrderPatch orderPatch,
String account,
ApiCallback _callback)
Build call for amendOrder
|
ApiResponse<Order> |
SpotApi.amendOrderWithHttpInfo(String orderId,
String currencyPair,
OrderPatch orderPatch,
String account)
Amend an order
By default, the orders of spot and margin account are updated.
|
| Modifier and Type | Method and Description |
|---|---|
OrderPatch |
OrderPatch.amendText(String amendText) |
OrderPatch |
OrderPatch.amount(String amount) |
OrderPatch |
OrderPatch.price(String price) |
Copyright © 2023. All rights reserved.