public class FuturesApi.APIlistLiquidatedOrdersRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listLiquidatedOrders
|
FuturesApi.APIlistLiquidatedOrdersRequest |
contract(String contract)
Set contract
|
List<FuturesLiquidate> |
execute()
Execute listLiquidatedOrders request
|
okhttp3.Call |
executeAsync(ApiCallback<List<FuturesLiquidate>> _callback)
Execute listLiquidatedOrders request (asynchronously)
|
ApiResponse<List<FuturesLiquidate>> |
executeWithHttpInfo()
Execute listLiquidatedOrders request with HTTP info returned
|
FuturesApi.APIlistLiquidatedOrdersRequest |
from(Long from)
Set from
|
FuturesApi.APIlistLiquidatedOrdersRequest |
limit(Integer limit)
Set limit
|
FuturesApi.APIlistLiquidatedOrdersRequest |
to(Long to)
Set to
|
public FuturesApi.APIlistLiquidatedOrdersRequest contract(String contract)
contract - Futures contract, return related data only if specified (optional)public FuturesApi.APIlistLiquidatedOrdersRequest from(Long from)
from - Start timestamp (optional)public FuturesApi.APIlistLiquidatedOrdersRequest to(Long to)
to - End timestamp (optional)public FuturesApi.APIlistLiquidatedOrdersRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)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<FuturesLiquidate> 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<FuturesLiquidate>> 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<FuturesLiquidate>> _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 © 2021. All rights reserved.