| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<AmendOrderResult> |
SpotApi.amendBatchOrders(List<BatchAmendItem> batchAmendItem)
Batch modification of orders
Default modification of orders for spot, portfolio, and margin accounts.
|
okhttp3.Call |
SpotApi.amendBatchOrdersAsync(List<BatchAmendItem> batchAmendItem,
ApiCallback<List<AmendOrderResult>> _callback)
Batch modification of orders (asynchronously)
Default modification of orders for spot, portfolio, and margin accounts.
|
okhttp3.Call |
SpotApi.amendBatchOrdersCall(List<BatchAmendItem> batchAmendItem,
ApiCallback _callback)
Build call for amendBatchOrders
|
ApiResponse<List<AmendOrderResult>> |
SpotApi.amendBatchOrdersWithHttpInfo(List<BatchAmendItem> batchAmendItem)
Batch modification of orders
Default modification of orders for spot, portfolio, and margin accounts.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAmendItem |
BatchAmendItem.account(String account) |
BatchAmendItem |
BatchAmendItem.amendText(String amendText) |
BatchAmendItem |
BatchAmendItem.amount(String amount) |
BatchAmendItem |
BatchAmendItem.currencyPair(String currencyPair) |
BatchAmendItem |
BatchAmendItem.orderId(String orderId) |
BatchAmendItem |
BatchAmendItem.price(String price) |
Copyright © 2023. All rights reserved.