| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
FuturesOrder |
FuturesApi.amendFuturesOrder(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment)
Amend an order
|
okhttp3.Call |
FuturesApi.amendFuturesOrderAsync(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment,
ApiCallback<FuturesOrder> _callback)
Amend an order (asynchronously)
|
okhttp3.Call |
FuturesApi.amendFuturesOrderCall(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment,
ApiCallback _callback)
Build call for amendFuturesOrder
|
ApiResponse<FuturesOrder> |
FuturesApi.amendFuturesOrderWithHttpInfo(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment)
Amend an order
|
| Modifier and Type | Method and Description |
|---|---|
FuturesOrderAmendment |
FuturesOrderAmendment.amendText(String amendText) |
FuturesOrderAmendment |
FuturesOrderAmendment.price(String price) |
FuturesOrderAmendment |
FuturesOrderAmendment.size(Long size) |
Copyright © 2023. All rights reserved.