public class DeliveryApi.APIlistDeliveryAccountBookRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listDeliveryAccountBook
|
List<FuturesAccountBook> |
execute()
Execute listDeliveryAccountBook request
|
okhttp3.Call |
executeAsync(ApiCallback<List<FuturesAccountBook>> _callback)
Execute listDeliveryAccountBook request (asynchronously)
|
ApiResponse<List<FuturesAccountBook>> |
executeWithHttpInfo()
Execute listDeliveryAccountBook request with HTTP info returned
|
DeliveryApi.APIlistDeliveryAccountBookRequest |
from(Long from)
Set from
|
DeliveryApi.APIlistDeliveryAccountBookRequest |
limit(Integer limit)
Set limit
|
DeliveryApi.APIlistDeliveryAccountBookRequest |
to(Long to)
Set to
|
DeliveryApi.APIlistDeliveryAccountBookRequest |
type(String type)
Set type
|
public DeliveryApi.APIlistDeliveryAccountBookRequest limit(Integer limit)
limit - Maximum number of records to be returned in a single list (optional, default to 100)public DeliveryApi.APIlistDeliveryAccountBookRequest from(Long from)
from - Start timestamp (optional)public DeliveryApi.APIlistDeliveryAccountBookRequest to(Long to)
to - End timestamp (optional)public DeliveryApi.APIlistDeliveryAccountBookRequest type(String type)
type - Changing Type: - dnw: Deposit & Withdraw - pnl: Profit & Loss by reducing position - fee: Trading fee - refr: Referrer rebate - fund: Funding - point_dnw: POINT Deposit & Withdraw - point_fee: POINT Trading fee - point_refr: POINT Referrer rebate (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<FuturesAccountBook> 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<FuturesAccountBook>> 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<FuturesAccountBook>> _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.