| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
TriggerTime |
SpotApi.countdownCancelAllSpot(CountdownCancelAllSpotTask countdownCancelAllSpotTask)
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 |
SpotApi.countdownCancelAllSpotAsync(CountdownCancelAllSpotTask countdownCancelAllSpotTask,
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 |
SpotApi.countdownCancelAllSpotCall(CountdownCancelAllSpotTask countdownCancelAllSpotTask,
ApiCallback _callback)
Build call for countdownCancelAllSpot
|
ApiResponse<TriggerTime> |
SpotApi.countdownCancelAllSpotWithHttpInfo(CountdownCancelAllSpotTask countdownCancelAllSpotTask)
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 |
|---|---|
CountdownCancelAllSpotTask |
CountdownCancelAllSpotTask.currencyPair(String currencyPair) |
CountdownCancelAllSpotTask |
CountdownCancelAllSpotTask.timeout(Integer timeout) |
Copyright © 2023. All rights reserved.