public class FuturesApi.APIgetFuturesFeeRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for getFuturesFee
|
FuturesApi.APIgetFuturesFeeRequest |
contract(String contract)
Set contract
|
Map<String,FuturesFee> |
execute()
Execute getFuturesFee request
|
okhttp3.Call |
executeAsync(ApiCallback<Map<String,FuturesFee>> _callback)
Execute getFuturesFee request (asynchronously)
|
ApiResponse<Map<String,FuturesFee>> |
executeWithHttpInfo()
Execute getFuturesFee request with HTTP info returned
|
public FuturesApi.APIgetFuturesFeeRequest contract(String contract)
contract - Futures contract, return related data only if specified (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 Map<String,FuturesFee> 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<Map<String,FuturesFee>> 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<Map<String,FuturesFee>> _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 © 2023. All rights reserved.