public class DeliveryApi.APIlistDeliveryTickersRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listDeliveryTickers
|
DeliveryApi.APIlistDeliveryTickersRequest |
contract(String contract)
Set contract
|
List<FuturesTicker> |
execute()
Execute listDeliveryTickers request
|
okhttp3.Call |
executeAsync(ApiCallback<List<FuturesTicker>> _callback)
Execute listDeliveryTickers request (asynchronously)
|
ApiResponse<List<FuturesTicker>> |
executeWithHttpInfo()
Execute listDeliveryTickers request with HTTP info returned
|
public DeliveryApi.APIlistDeliveryTickersRequest contract(String contract)
contract - Futures contract (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 | Successfully retrieved | - |
public List<FuturesTicker> 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 | Successfully retrieved | - |
public ApiResponse<List<FuturesTicker>> 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 | Successfully retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<FuturesTicker>> _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 | Successfully retrieved | - |
Copyright © 2021. All rights reserved.