| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
TriggerTime |
FuturesApi.countdownCancelAllFutures(String settle,
CountdownCancelAllFuturesTask countdownCancelAllFuturesTask)
Countdown cancel orders
When the timeout set by the user is reached, if there is no cancel or set a new countdown, the related pending orders will be automatically cancelled.
|
okhttp3.Call |
FuturesApi.countdownCancelAllFuturesAsync(String settle,
CountdownCancelAllFuturesTask countdownCancelAllFuturesTask,
ApiCallback<TriggerTime> _callback)
Countdown cancel orders (asynchronously)
When the timeout set by the user is reached, if there is no cancel or set a new countdown, the related pending orders will be automatically cancelled.
|
okhttp3.Call |
FuturesApi.countdownCancelAllFuturesCall(String settle,
CountdownCancelAllFuturesTask countdownCancelAllFuturesTask,
ApiCallback _callback)
Build call for countdownCancelAllFutures
|
ApiResponse<TriggerTime> |
FuturesApi.countdownCancelAllFuturesWithHttpInfo(String settle,
CountdownCancelAllFuturesTask countdownCancelAllFuturesTask)
Countdown cancel orders
When the timeout set by the user is reached, if there is no cancel or set a new countdown, the related pending orders will be automatically cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
CountdownCancelAllFuturesTask |
CountdownCancelAllFuturesTask.contract(String contract) |
CountdownCancelAllFuturesTask |
CountdownCancelAllFuturesTask.timeout(Integer timeout) |
Copyright © 2023. All rights reserved.