| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
|---|---|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerTime |
TriggerTime.triggerTime(Long triggerTime) |
Copyright © 2023. All rights reserved.