| Modifier and Type | Method and Description |
|---|---|
SpotApi.APIlistAllOpenOrdersRequest |
account(String account)
Set account
|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listAllOpenOrders
|
List<OpenOrders> |
execute()
Execute listAllOpenOrders request
|
okhttp3.Call |
executeAsync(ApiCallback<List<OpenOrders>> _callback)
Execute listAllOpenOrders request (asynchronously)
|
ApiResponse<List<OpenOrders>> |
executeWithHttpInfo()
Execute listAllOpenOrders request with HTTP info returned
|
SpotApi.APIlistAllOpenOrdersRequest |
limit(Integer limit)
Set limit
|
SpotApi.APIlistAllOpenOrdersRequest |
page(Integer page)
Set page
|
public SpotApi.APIlistAllOpenOrdersRequest page(Integer page)
page - Page number (optional, default to 1)public SpotApi.APIlistAllOpenOrdersRequest limit(Integer limit)
limit - Maximum number of records returned in one page in each currency pair (optional, default to 100)public SpotApi.APIlistAllOpenOrdersRequest account(String account)
account - Specify operation account. Default to spot and margin account if not specified. Set to `cross_margin` to operate against margin account. Portfolio margin account must set to `cross_margin` only (optional)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public List<OpenOrders> execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public ApiResponse<List<OpenOrders>> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<OpenOrders>> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
Copyright © 2023. All rights reserved.