public class FuturesApi.APIlistPositionsRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listPositions
|
List<Position> |
execute()
Execute listPositions request
|
okhttp3.Call |
executeAsync(ApiCallback<List<Position>> _callback)
Execute listPositions request (asynchronously)
|
ApiResponse<List<Position>> |
executeWithHttpInfo()
Execute listPositions request with HTTP info returned
|
FuturesApi.APIlistPositionsRequest |
holding(Boolean holding)
Set holding
|
public FuturesApi.APIlistPositionsRequest holding(Boolean holding)
holding - Return only real positions - true, return all - false. (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<Position> 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<Position>> 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<Position>> _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.